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 upFile smaller than 100MB doesn't autoplay/stream #1098
Comments
This comment has been minimized.
This comment has been minimized.
|
Does it auto play when it has finished downloading it? |
This comment has been minimized.
This comment has been minimized.
|
I don't think the file size is relevant. In order to stream MP4s, they must be fragmented and the If you already have an MP4, but it's not properly fragmented, you can again use ffmpeg:
Also, @jhiesey might have more thoughts on how best to export your files. |
This comment has been minimized.
This comment has been minimized.
|
Hi, I have some doubts with this param
And this below work fine.
Should I do something extra with fragmented.mp4? |
What version of WebTorrent?
Whatever version is running in Instant.io. But I first experienced this with webtorrent-hybrid seeding the file.
What operating system and Node.js version?
macOS Sierra 10.12.4, in the browser
What browser and version? (if using WebTorrent in the browser)
Google Chrome 57.0.2987.133
What did you expect to happen?
Seed a file from instant.io smaller than 100MB. For instance this one https://instant.io/#f9ab2edf3187fe62758f20603179ab90007d211e is 91MB (90788515 bytes). Expect to see that video autoplay when opened from another tab.
What actually happened?
Does not autoplay while streaming. It waits until it downloads 100%, then plays.
I suspect this happens due to some export config of my MP4, but not sure what are the settings that WebTorrent appreciates.