
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (41)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (8652)
-
Why does ffmpeg show a corrupted video when receiving stream in MPEG TS format ?
20 décembre 2019, par CarloI’m trying to stream a CCTV footage using RTP/MPEGTS. I can properly view it in vlc using the following command(I’m using windows 10) :
vlc --demux ts rtp://239.194.115.71:5000
The problem arises when I tried to receive and play it in ffmpeg using the following command :
ffplay -f mpegts rtp://239.194.115.71:5000
I’m getting a semi decent video for the first 5 seconds :
After 5 seconds the video gets droopy and corrupted
(note that the top part of the video seems to be unaffected)Compete logs can be found here : https://pastebin.com/7CvbFsQK
This is some of the logs from ffmpeg :
[udp @ 00000296e31a4480] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
[udp @ 00000296e319f400] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
[mpegts @ 00000296e31a4880] Unable to seek back to the start
[mpegts @ 00000296e31a4880] Unable to seek back to the startf=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] decode_slice_header error
[h264 @ 00000296e31c9e80] no frame!
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] decode_slice_header error
[h264 @ 00000296e31c9e80] no frame!
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] decode_slice_header error
[h264 @ 00000296e31c9e80] no frame!
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] SPS unavailable in decode_picture_timing
[h264 @ 00000296e31c9e80] non-existing PPS 0 referenced
[h264 @ 00000296e31c9e80] decode_slice_header error
[h264 @ 00000296e31c9e80] no frame!
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[h264 @ 00000296e31c9e80] left block unavailable for requested intra4x4 mode -1
[h264 @ 00000296e31c9e80] error while decoding MB 0 6, bytestream 150225
[h264 @ 00000296e31c9e80] concealing 7489 DC, 7489 AC, 7489 MV errors in I frame
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[h264 @ 00000296e31c9e80] concealing 7487 DC, 7487 AC, 7487 MV errors in P frame
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[h264 @ 00000296e31c9e80] cabac decode of qscale diff failed at 64 24
[h264 @ 00000296e31c9e80] error while decoding MB 64 24, bytestream 15698
[h264 @ 00000296e31c9e80] concealing 5265 DC, 5265 AC, 5265 MV errors in P frame
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192 0B f=0/0
[mpegts @ 00000296e31a4880] changing packet size to 204
[mpegts @ 00000296e31a4880] changing packet size to 192
[mpegts @ 00000296e31a4880] changing packet size to 204
Input #0, mpegts, from 'rtp://239.194.115.71:5000':q= 0B f=0/0
Duration: N/A, start: 67510.427322, bitrate: N/A
Program 1
Stream #0:0[0x1011]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
[h264 @ 00000296e8195180] left block unavailable for requested intra4x4 mode -1
[h264 @ 00000296e8195180] error while decoding MB 0 6, bytestream 150225
[h264 @ 00000296e8195180] concealing 7489 DC, 7489 AC, 7489 MV errors in I frame
[h264 @ 00000296e3235200] concealing 7487 DC, 7487 AC, 7487 MV errors in P frame
[h264 @ 00000296e3235200] cabac decode of qscale diff failed at 64 24
[h264 @ 00000296e3235200] error while decoding MB 64 24, bytestream 15698
[h264 @ 00000296e3235200] concealing 5265 DC, 5265 AC, 5265 MV errors in P frame
[h264 @ 00000296e819b400] concealing 7425 DC, 7425 AC, 7425 MV errors in P frame
[h264 @ 00000296e8195180] cabac decode of qscale diff failed at 27 49
[h264 @ 00000296e8195180] error while decoding MB 27 49, bytestream 5976
[h264 @ 00000296e8195180] concealing 2302 DC, 2302 AC, 2302 MV errors in P frame
[h264 @ 00000296e8195180] concealing 4980 DC, 4980 AC, 4980 MV errors in I frame
[h264 @ 00000296e819b400] concealing 1322 DC, 1322 AC, 1322 MV errors in P frame
[h264 @ 00000296e3235200] concealing 619 DC, 619 AC, 619 MV errors in P frame
[h264 @ 00000296e82ce6c0] concealing 6875 DC, 6875 AC, 6875 MV errors in P frame
[h264 @ 00000296e819b400] concealing 6462 DC, 6462 AC, 6462 MV errors in P frame
[h264 @ 00000296e819bb80] concealing 4570 DC, 4570 AC, 4570 MV errors in P frame
[h264 @ 00000296e8195180] concealing 4196 DC, 4196 AC, 4196 MV errors in P frame
[h264 @ 00000296e819bb80] cabac decode of qscale diff failed at 1 15
[h264 @ 00000296e819bb80] error while decoding MB 1 15, bytestream 20111
[h264 @ 00000296e819bb80] concealing 6408 DC, 6408 AC, 6408 MV errors in P frame
[h264 @ 00000296e8195180] left block unavailable for requested intra mode
[h264 @ 00000296e8195180] error while decoding MB 0 46, bytestream 59771
[h264 @ 00000296e8195180] concealing 2689 DC, 2689 AC, 2689 MV errors in I frame
[h264 @ 00000296e819bb80] concealing 3478 DC, 3478 AC, 3478 MV errors in P frame
[h264 @ 00000296e819bb80] concealing 6970 DC, 6970 AC, 6970 MV errors in P frame
[h264 @ 00000296e8195180] concealing 6875 DC, 6875 AC, 6875 MV errors in P frame
[h264 @ 00000296e8195180] left block unavailable for requested intra4x4 mode -1
[h264 @ 00000296e8195180] error while decoding MB 0 31, bytestream 92665
[h264 @ 00000296e8195180] concealing 4489 DC, 4489 AC, 4489 MV errors in I frame
[h264 @ 00000296e3235200] concealing 2421 DC, 2421 AC, 2421 MV errors in P frame
[h264 @ 00000296e819b400] concealing 7268 DC, 7268 AC, 7268 MV errors in P frame
[h264 @ 00000296e3235200] concealing 6889 DC, 6889 AC, 6889 MV errors in P frame
[h264 @ 00000296e82ce6c0] concealing 4213 DC, 4213 AC, 4213 MV errors in P frame
[h264 @ 00000296e819bb80] concealing 6255 DC, 6255 AC, 6255 MV errors in P frame
[h264 @ 00000296e8195180] left block unavailable for requested intra4x4 mode -1
[h264 @ 00000296e8195180] error while decoding MB 0 2, bytestream 169691
[h264 @ 00000296e8195180] concealing 7969 DC, 7969 AC, 7969 MV errors in I frame
[h264 @ 00000296e3235200] concealing 1707 DC, 1707 AC, 1707 MV errors in P frame
[h264 @ 00000296e82ce6c0] left block unavailable for requested intra mode
[h264 @ 00000296e82ce6c0] error while decoding MB 0 20, bytestream 16584
[h264 @ 00000296e82ce6c0] concealing 5809 DC, 5809 AC, 5809 MV errors in P frame
[h264 @ 00000296e3235200] cabac decode of qscale diff failed at 17 15
[h264 @ 00000296e3235200] error while decoding MB 17 15, bytestream 18775
[h264 @ 00000296e3235200] concealing 6392 DC, 6392 AC, 6392 MV errors in P frameWireshark packet dump :
https://drive.google.com/open?id=1zppjXVgEcL8Ws-xP3e1J7NJF1UGdPzMA
What could be problem with ffmpeg playing the stream, could it be the codec used ?
-
RTP Stream shows gray background then crashes
5 novembre 2019, par CarloI’m trying to play some RTP stream in python using opencv and an SDP file. I’m getting a gray window with some distorted images at the top(see attached image) and after a few seconds the program would crash and the gray window would close.
I also tried to capture the packets of the stream via wireshark and extract the video information using media info.
Note:The extracted video was playing smoothly.
Media information using GSpot
The SDP file contains :
v=0
m=video 5000 RTP/AVP 103
c=IN IP4 239.194.115.71
a=rtpmap:103 H264/90000These are the error codes shown in the terminal :
[h264 @ 0000029d3c8d85c0] non-existing PPS 2 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] no frame!
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] no frame!
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] no frame!
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] no frame!
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c8d85c0] non-existing PPS 0 referenced
[h264 @ 0000029d3c8d85c0] decode_slice_header error
[h264 @ 0000029d3c8d85c0] no frame!
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c8d85c0] top block unavailable for requested intra mode
[h264 @ 0000029d3c8d85c0] error while decoding MB 2 0, bytestream 353
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] error while decoding MB 58 2, bytestream -11
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c8d85c0] error while decoding MB 13 3, bytestream -9
[h264 @ 0000029d3393e540] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3393e9c0] non-existing PPS 0 referenced
[h264 @ 0000029d3393e9c0] decode_slice_header error
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c952300] non-existing PPS 0 referenced
[h264 @ 0000029d3c952300] decode_slice_header error
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3cf7c940] non-existing PPS 0 referenced
[h264 @ 0000029d3cf7c940] decode_slice_header error
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3393e540] non-existing PPS 0 referenced
[h264 @ 0000029d3393e540] decode_slice_header error
[h264 @ 0000029d3393e9c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e9c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3393e9c0] non-existing PPS 0 referenced
[h264 @ 0000029d3393e9c0] decode_slice_header error
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c952300] non-existing PPS 0 referenced
[h264 @ 0000029d3c952300] decode_slice_header error
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3cf7c940] non-existing PPS 0 referenced
[h264 @ 0000029d3cf7c940] decode_slice_header error
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3393e540] non-existing PPS 0 referenced
[h264 @ 0000029d3393e540] decode_slice_header error
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3393e9c0] non-existing PPS 0 referenced
[h264 @ 0000029d3393e9c0] decode_slice_header error
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c952300] non-existing PPS 0 referenced
[h264 @ 0000029d3c952300] decode_slice_header error
[h264 @ 0000029d3c952300] no frame!
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3cf7c940] non-existing PPS 0 referenced
[h264 @ 0000029d3cf7c940] decode_slice_header error
[h264 @ 0000029d3cf7c940] no frame!
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3393e540] non-existing PPS 0 referenced
[h264 @ 0000029d3393e540] decode_slice_header error
[h264 @ 0000029d3393e540] no frame!
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3393e9c0] non-existing PPS 0 referenced
[h264 @ 0000029d3393e9c0] decode_slice_header error
[h264 @ 0000029d3393e9c0] no frame!
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] SPS unavailable in decode_picture_timing
[h264 @ 0000029d3c952300] non-existing PPS 0 referenced
[h264 @ 0000029d3c952300] decode_slice_header error
[h264 @ 0000029d3c952300] no frame!
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3cf7c940] top block unavailable for requested intra mode
[h264 @ 0000029d3cf7c940] error while decoding MB 2 0, bytestream 353
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e9c0] error while decoding MB 58 2, bytestream -11
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e9c0] error while decoding MB 13 3, bytestream -9
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] cabac decode of qscale diff failed at 59 2
[h264 @ 0000029d3c952300] error while decoding MB 59 2, bytestream 217
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] cabac decode of qscale diff failed at 70 1
[h264 @ 0000029d3cf7c940] error while decoding MB 70 1, bytestream 337
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] error while decoding MB 71 2, bytestream -17
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] error while decoding MB 33 2, bytestream -11
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] top block unavailable for requested intra mode
[h264 @ 0000029d3c952300] error while decoding MB 2 0, bytestream 371
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 11, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3393e540] cabac decode of qscale diff failed at 118 1
[h264 @ 0000029d3393e540] error while decoding MB 118 1, bytestream 379
[h264 @ 0000029d3393e9c0] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3c952300] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3c952300] cabac decode of qscale diff failed at 70 1
[h264 @ 0000029d3c952300] error while decoding MB 70 1, bytestream 377
[h264 @ 0000029d3cf7c940] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3cf7c940] Invalid NAL unit 12, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e540] Invalid NAL unit 10, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] Invalid NAL unit 0, skipping.
[h264 @ 0000029d3393e9c0] top block unavailable for requested intra mode -1
[h264 @ 0000029d3393e9c0] error while decoding MB 4 0, bytestream 291
[h264 @ 0000029d3c952300] Invalid NAL unit 12, skipping.
[h264 @ 00
Process finished with exit code -1Python code :
vcap = cv2.VideoCapture('test.sdp')
while (1):
ret, frame = vcap.read()
cv2.imshow('VIDEO', frame)
cv2.waitKey(1)wireshark dump :
https://drive.google.com/open?id=1zppjXVgEcL8Ws-xP3e1J7NJF1UGdPzMA
Am I using a wrong codec code or clock-rate inside the SDP file for it to display the stream properly ?
-
Scaling and stacking 2 videos
31 octobre 2019, par Gambit2007I have 2 inputs and I want to scale, crop and put them on top of each other at the same time. My command should look something like this :
ffmpeg -i input1 -i input2 -filter_complex crop=10000:5000:1000:0,scale=3840:1536 vstack output.mp4
I know I need to use chaining (?) but I tried to look it up online and couldn’t really get it to work.
So what would be the correct syntax the scale and crop both inputs and then put them vertically on top of each other while using ’-filter_complex’ only once ?