Hi,
sorry for the bad english
i am using UDP as my transport protocol. i have encoded the vp8 codec using ffmpeg.
the command line i have used for converting the raw video into VP8 is ffmpeg -v 8 -i /home/yesshwannt/ffmpeg/doc/project/foreman_cif.y4m -vcodec libvpx -vb 768k -f webm out989.webm
i have downloaded the y4u video from with cif from
http://media.xiph.org/video/derf/
My problem is i cannot stream the video which i have encoded using FFmpeg in vlc from one system to another. can you please answer and help me out in this case
i have taken the profile as vp80+vorbis(webm)
for the encapsulation i have used webm.
for the video codec i have taken VP8
with bit rate 700kbps
and frame rate 20 fps
scale 1
width 0
height 0
Audio codec NA
in the client side i have used udp://@:1234
best regards
yesshwannt