Hi, i am new to VLC and i would like to do the following for start:
-write doen simple code to stream out media file via rtp protocol to specific location (like from command line)
Comand line for doing this is: vlc -v --loop file:///home/student/vlc-1.1.9/VlcIgranje/mission_impossible.ts :sout=#transcode\{vcodec=h264,vb=0,width=100,acodec=mp4a,ab=128,channels=2,samplerate=44100\}:rtp\{dst=192.168.3.63,port=6969,mux=ts\} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep
Please, write down some suggestions or post some useful links....