Code: Select all
#transcode{vcodec=h264,vb=300,deinterlace,ab=32,width=320,height=240,acodec=mp3,samplerate=44100}:duplicate{dst=std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=/mediaplayer/stream.flv},dst=display}
Code: Select all
#transcode{vcodec=h264,vb=300,deinterlace,ab=32,width=320,height=240,acodec=mp3,samplerate=44100}:duplicate{dst=std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=/mediaplayer/stream.flv},dst=display}
You don't have to replace dst=none. The dst has already been defined.sorry for the simply question but what's the url that i should use to recieve the stream.
I tried replacing dst=none with dst=:8080/stream. for example i use http://192.168.1.101:8080/stream on the phone.
But that didn't work.
So you want this to be on local network only.No, this is not the solution I expect.
I wish to use UDP, not a web server, I want to keep it simple.
One send UDP datagrams, other receives it, that's all.