Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport streaming media into existing video/audio tag #531
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for creating this issue. The source of the TypeError is that you can't We actually used to support I think the correct solution is to detect when a video or audio tag is passed into |
This comment has been minimized.
This comment has been minimized.
|
Ferros, thanks for fast reply! I'm try to use callback, but got another error: Uncaught InvalidStateError: Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been removed from the parent media source. Any ideas? Full code:
|
This comment has been minimized.
This comment has been minimized.
|
@RomanEmelyanov That's probably caused by using videojs wrong, but I can't help with that because I'm not familiar with videojs. If you find a bug in webtorrent that you can reproduce without videojs, feel free to open a new issue for it. |
This comment has been minimized.
This comment has been minimized.
|
To the original issue, there's already a PR out that implements this: #425 |
This comment has been minimized.
This comment has been minimized.
|
Fixed by #425 |
This comment has been minimized.
This comment has been minimized.
|
Released as 0.65.0. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
As the first step to run WebTorrent in VideoJS player want to run in specific video tag, but Chrome got error: Uncaught TypeError: e.on is not a function
Any idea about file.createReadStream().pipe(video) ?
Full code below: