Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
libav: allow to use libavresample >= 1.1.0
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39961d4There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure what commit it was but in the last week some thing has broken streaming from firefox.
HTTP "Content-Type" of "video/x-mpegts" is not supported. Load of media resource http://URL/tvheadend/stream/channel/62eff66154a51fe6aa42723ac927cf03?transcode=1&mux=webm&acodec=VORBIS&vcodec=VP8&scodec=NONE&resolution=384&bandwidth=0&language= failed.
39961d4There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This format is not supported. The web tv player has not been ported to new profile format yet.. If you use this url directly, the ?profile=profile_name should be used now.
39961d4There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense. I assume it will be ported over in the next few weeks?
39961d4There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the web tv player and fixed some transcoding issues. It works for me with firefox..
39961d4There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
H264 video was fixed in a51677e , but the aac does not work in my version of ffmpeg (will look into it).. Changing aac codec to libvorbis in the webtv-h264-aac-matroska profile works for me...
39961d4There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you using Ubnutu 14.04? if so what do you need to apt-get or install