Hi.

I got H.264 RTP streaming working via ffmpeg command line, in following fashion:
ffmpeg -i ace.mp4 -vcodec libx264 -f rtp rtp://192.168.253.32:5000

But when I try to do the same via code, I get no video (packets are
being receiving though).
VideoLan constantly shows the following debug message: "waiting for SPS/PPS."

Any idea what I have missed?

Thanks in advance.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to