Page 1 of 1

H264 UDP streaming over ethernet

Posted: 10 Jun 2006 14:34
by netsnake
Hi, I have to send a .mov 1280x720 h264 AAC video through an ethernet link between 2 PCs but the the video shuttering on the remote pc. The video can instead well played as local in both pc so i think there's an mpeg ts encapsulation problem.
Could someone tell me the right settings for a good result ?

Thank You all !

Hello....

Posted: 12 Jun 2006 15:47
by glargo
hello, is difficult help you with less information about what are you donig? but...... I'm will try:

to transmit by udp i do this:

vlc file.mov --sout '#duplicate{dst=standard{access=udp,mux=ts,url=IP_CLIENT_MACHINE:1234}'

in the man page said that you must use "dst=IP_CLIENT_MACHINE:1234" but to me doesnt work .

I hoppe have been help you

Posted: 16 Jun 2006 14:10
by Guest
Netsnake, which software do you use for local playing of H.264 file on both PCs?