Stas Oskin wrote:
>>  As I explained, I took a working example which writes to disk, and
>>  basically redirected it to RTP. Now, only this gray noise + error
>>  messages remain - any idea what is wrong?
>>
>>  Thanks in advance.
> 
> Well, the problem was solved by removing the CODEC_FLAG_GLOBAL_HEADER
> flag completely.

That's strange... CODEC_FLAG_GLOBAL_HEADER (out-of-band global headers)
should work correctly for h.264 video.

> Now the H.264 video stream works correctly in VideoLan.

Ok, good to know.


> The new problem now that H.264 video stream does not work in QuickTime
> at all (only in VideoLan)

I suspect quicktime player does not support in-band global headers...
But I cannot verify it.

Try streaming some h.264 video to it with ffmpeg, using "-vglobal 1"

> while the MPEG4 (H.263?) works well.

H.263 cannot work, because it is not supported by the libavformat
RTP muxer :)
MPEG4 video should work well, yes.


                                Luca
_______________________________________________
libav-user mailing list
libav-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to