Peace upon you Dear if you need darwin to support multiple streams you should do these issues - each stream should contains its own ports - once you create file.sdp with specific ports , dont replace it with new ports , darwin will not affected by new ports the default audio port is 1230 default vid...
peace upon you Hello everybody , today i'll discuss here how to stream using VLC and darwin over low bit rate quikly the default code for streaming vlc.exe -vvv dshow:// :dshow-vdev="None" :dshow-adev="" --sout "#transcode{acodec=mp3,ab=32}:rtp{dst=serverip,ttl=127,sdp="...
i need the code that make VLC streams from web cam to icecast server , any one knows? i tryed using this code: vlc -vvv --color dshow://dshow-adev="" dshow://dshow-vdev="" --sout "#transcode{vcodec=theo,venc=theora,acodec=spx,aenc=speex}:std{access=shout{name="mystream&...
Peace upon you if you are using MMS , i suggest for you to use Microsoft Encoder and Windows media server instead of Video Lan , cause MS Encoder support many bitrates ans supports 2 ways of streaming , push and poll from windows media server you can see the sources of streams ( Publishing points) a...
Answer: Peace upon you after many many trials and effort i reach to this result :D vlc -vvv --color dshow://dshow-adev="" --no-video --sout "#transcode{acodec=spx,samplerate=2000,channels=1,aenc=speex}:std{access=shout{name="mystream"},mux=ogg,dst=source:hackme@192.168.1.9:...
vlc -vvv --color dshow://dshow-adev="" --sout "#transcode{acodec=vorb}:std{access=shout {bitrate=8,samplerate=8000,channels=1},mux=ogg,dst=source:hackme@192.168.1.6:8000/audio.ogg }" it gave me this warning main warning: option bitrate is unknown main warning: option samplerate i...
The problem "given the server ip is 192.168.1.6 " if you are streaming file vlc.exe -vv C:\test.mp3 :sout=#transcode{acodec=vorb,ab=96,channels=2}:duplicate{dst=std{access=shout,mux=ogg,dst=source:hackme@192.168.1.6:8000/audio.ogg}} if u r streaming from audio card this will work (with sp...
Peace for all; you got this message if your streaming bit rate is more than bit rate that available for you , so if you stream over a high bandwidth network like LAN , you will not get this message and you will get 2 or 3 seconds delay , but if you streaming over internet and streaming rate is highe...
vlc.exe -vv dshow://dshow-adev="" :sout="#transcode{acodec=spx,channels=2 }:duplicate{dst=std{access=shout{bitrate=6,Samplerate=8000,channels=1},mux=ogg,dst=source:hackme@192.168.1.6:8000/audio.ogg}}" this code is work fine but the output streaming is 150 kbps which is too high ...
Peace upon you hii evry body i solve this issue with audio codec if you are using the icecast with default values , this will work fine "given the server ip is 192.168.1.6 " if you are streaming file vlc.exe -vv C:\test.mp3 :sout=#transcode{acodec=vorb,ab=96,channels=2}:duplicate{dst=std{a...