-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No PTS in this audio PES packet #93
Comments
Well, it means that streams are not really good. Without PTS data there is no way to synchronize several streams. Please check what happened to PTS data. |
Admittedly, this is a bit over my head. I read a bit about it here: How can I verify if PTS data exists in the stream? If it does not exist, how do VLC or ffmpeg play the stream correctly with synchronized audio? |
I don't think they do dynamic bitrate switching. How do you prepare your content? Where it comes from? On 11 Mar 2014, at 07:14, liquid8d [email protected] wrote:
|
They do handle both handle dynamic bitrate switching (although not always very well for VLC), but I should also mention the same problem occurs if I try playing a specific bitrate m3u8 from the master file. This is not my stream, but these are the details from ffmpeg: |
Probably we could leave it to the decoder. Maybe it will make your streams work. Missing PTS in an audio stream is a warning that the stream wasn't prepared properly. |
Thanks for the help.. sorry, I actually posted the wrong information (wrong format).. with ffmpeg using m3u8: [h264 @ 0000000003ecd680] non-existing PPS referenced I'm not sure if this would help, but here is the information provided after retrieving some of the stream: [libx264 @ 00000000054005c0] frame I:6 Avg QP:16.09 size: 76148 |
As you may see ffmpeg also refers to missing PPS. We will make a plugin which doesn't check PTS availability and you will check whether it is capable to handle the stream. |
I receive 'No PTS in this audio PES packet' when trying to access the following stream:
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/master.m3u8
Here is the master.m3u8 details:
EXTM3U
EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=198000,RESOLUTION=480x270,CODECS="avc1.66.30, mp4a.40.2"
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/index_150_av-p.m3u8?sd=10&rebase=on
EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=678000,RESOLUTION=768x432,CODECS="avc1.77.30, mp4a.40.2"
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/index_550_av-p.m3u8?sd=10&rebase=on
EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2320000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/index_2000_av-p.m3u8?sd=10&rebase=on
EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=48000,CODECS="mp4a.40.2"
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/index_150_a-p.m3u8?sd=10&rebase=on
Here is part of one quality specific m3u8:
EXTM3U
EXT-X-TARGETDURATION:10
EXT-X-ALLOW-CACHE:YES
EXT-X-VERSION:3
EXT-X-MEDIA-SEQUENCE:139450279
EXTINF:6.948,
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/segment139450279_2000_av-p.ts?sd=10&rebase=on
EXTINF:10.000,
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/segment139450280_2000_av-p.ts?sd=10&rebase=on
EXTINF:10.000,
http://player.livestream-f.akamaihd.net/i/6388794_1191932_718f2346_1@156550/segment139450281_2000_av-p.ts?sd=10&rebase=on
If you need additional information, please let me know!
The text was updated successfully, but these errors were encountered: