Hi,
Iam encoding live video using x264(ffmpeg) and i send it to VLC server via
udp.
VLC answers :
this doesn't look like a H264 ES stream, continuing anyway.
packetizer_h264 demux packetizer warning : waiting for SPS/PPS

What i do is i take the stream out of avcodec_encode_video() and i send it
trough udp.
on vlc side it read udp data using this configure line :
new Test broadcast enabled input udp/h264://@'ip':'port'

I don't know where is the problem. I working on localhost so there is not
udp packet lost.
The thing is that if i write the data in a  .mkv container instead of
sending them i am able to  read the video in vlc (no encoding problem i
would say)...I have also analyse the encoded data and i find key frame
0x0000000165 at every gop.

Anyone knows when SPS and PPS data are suppose to be sended ?
I am quite lost with this problem , any advices?
_______________________________________________
libav-user mailing list
libav-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to