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 upwebtorrent.min.js:7 Uncaught TypeError: Cannot read property 'readUInt8' of undefined #717
Comments
This comment has been minimized.
This comment has been minimized.
|
Thanks for reporting this, but it actually looks like a bug in @jhiesey - can you confirm? Here's a full stack trace:
|
This comment has been minimized.
This comment has been minimized.
|
@feross: This should fix the exception: jhiesey/mp4-box-encoding@9a9c7c3 However, this file still doesn't work even with that fix, so I'll keep investigating. |
This comment has been minimized.
This comment has been minimized.
|
Yeah, chrome MediaSource doesn't seem to like the audio mime type of |
This comment has been minimized.
This comment has been minimized.
|
@jhiesey Cool, thanks for digging into this |
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. |
I once again try to use client.appendTo(....) to get mp4 videos played back in the browser. This worked for this MP4 file: http://www.w3schools.com/html/mov_bbb.mp4
But if I use the same code with this MP4 file: http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_2160p_30fps_normal.mp4
, I get the following error:
"webtorrent.min.js:7 Uncaught TypeError: Cannot read property 'readUInt8' of undefined"