hi all
i need to stream file/webcam between 2 computer (windows os) ther address is asigned by dhcp using any protocol (i prefered RTP if it is Impossible i can use any other protocol) .
any help please. thenk you very much.
hi all i use this command line to send video file Z.mpeg from linux to windows vlc -vvv /home/siddeeq/file/Z.mpeg --sout '#transcode{acodec=mpga,ab=128,channels=2}:duplicate{dst=display,dst=std{access=file,mux=mp4,dst=/home/siddeeq/live.dump},dst=rtp{dst=239.255.42.42,mux=ts,port=1234,port-audio=123...
hi all
please i need your help in my problem.
i want to run web cam then stream the data read from it to another pc on the same network using VLC please how i do this using linux terminal or GUI or windows ???
thank you
hi all i use Me@laptop:~$ vlc /home/Me/file/Z.mpeg --sout '#es{access=file,mux=ts,url_audio=audio-%c.%m,url_video=video-%c.%m}' to divide the video into two part audio stream and photo stream (stream-0-mpga.ts & stream-0-mpgv.ts) and the result two file is saved in the path where i work "ho...
hi all i use ubuntu 9.04 and i can use vlc commands from terminal like vlc -vvv /home/siddeeq/11.mp3 --sout udp:239.255.42.42 --ttl 12 for stream mp3 file but i need to use this command i my program written in c. what function in need? and how i can use them? i try this code but it's not work #inclu...
hi all i have a problem and need your help please. i use libvlc in linux and use activex in windows and i need to stream video from linux to windows in windows every thing ok i test it use activex in windows and vlc program in linux abd it is work. but in linux i need to stream using c code until no...
in pc1(windows + live555) i run:
testMP3Streamer.exe
and this is work.
in pc2(window + vlc0.9.9) i :
vlc->media->network->
and type udp://192.168.0.1:6666/test.mp3
but no thing happend.
so what i do to recive this stream test.mp3
hi all i want to stream video form linux to window using c++ and i use live555 and success and the output is stdout. and i install vlc0.9.9 and use activex and i can play video using vb.net. now how i can send video from linux using live555 and read that video using vlc (by using any language VC++ o...
hi all i have a big problem in my thesis and need help please my problem is i need to stream video file from linux pc to windows pc using c/c++ programming language (not using cygwin) is there any simple example illustrate the idea? i read almost all the topics in libvlc forum but i can not solve th...