Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Novage/p2p-media-loader

Tags

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update dependencies (#477)

2.2.0

Toggle 2.2.0's commit message
v2.2

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #462 from Chocobozzz/fix/byte-range

fix: stucked byte range requests

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix npm-publish.yml

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: update-versions.js script to use ESM (#446)

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: IndexedDB example in demo package (#425)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: Update useQueryParams hook to accept optional streamUrl par…

…ameter (#420)

The useQueryParams hook in the P2PVideoDemo component has been updated to accept an optional streamUrl parameter. This allows for more flexibility in setting the initial stream URL when using the hook. The defaultParams object in the hook has also been modified to include the streamUrl parameter. This refactor improves the reusability and configurability of the useQueryParams hook.

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat: Tracker events (#398)

* Add streamType parameter to peer events

* Add event handlers for tracker errors and warnings

The code changes introduce event handlers for tracker errors and warnings. This allows for better monitoring and control of the tracker request process.

* Add streamType parameter to segment events

* Refactor P2PVideoDemo component to filter out non-main streamType in onPeerConnect and onPeerClose event handlers (#399)

* Improve onSegmentLoaded event

* Improved naming

1.0.3

Toggle 1.0.3's commit message
Fix core package exports and types