Search found 14 matches

Go to advanced search

by hammadkom
30 Oct 2007 09:05
Forum: VLC stream-output (sout)
Topic: Streaming multiple streams in multiple formats with Darwin
Replies: 1
Views: 904

Re: Streaming multiple streams in multiple formats with Darwin

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...
by hammadkom
30 Oct 2007 08:52
Forum: Forum, Website and Artwork discussion
Topic: Video Lan to Darwin SS
Replies: 1
Views: 2038

Re: Video Lan to Darwin SS

Peace upon you

see my article Streaming over low bandwidth using Darwin streaming server

viewtopic.php?f=4&t=41677

if you need any hepl , feel free to ask me

Thanks and Regards
Mohammad Hammad
Egypt
by hammadkom
30 Oct 2007 08:45
Forum: VLC stream-output (sout)
Topic: Streaming over low bandwidth using Darwin streaming server
Replies: 2
Views: 4621

Streaming over low bandwidth using Darwin streaming server

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="...
by hammadkom
14 Aug 2007 18:45
Forum: VLC stream-output (sout)
Topic: webcam streaming theo+vorbis+ogg : segfault?
Replies: 5
Views: 3400

Re: webcam streaming theo+vorbis+ogg : segfault?

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&...
by hammadkom
19 Apr 2007 12:04
Forum: VLC stream-output (sout)
Topic: syntax of sout?
Replies: 1
Views: 742

Peace upon you

my advice is start reading the documentation of VLC then start using the advanced comman line

but first of all you should define whats your needs then you can search in forum and wiki to find your needs

Thanks
Mohammad Hammad
Egypt
by hammadkom
18 Apr 2007 11:56
Forum: VLC stream-output (sout)
Topic: questions about bitrate
Replies: 2
Views: 989

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...
by hammadkom
08 Apr 2007 11:12
Forum: VLC stream-output (sout)
Topic: Streaming over low bandwidth using speex and IceCast server
Replies: 1
Views: 1098

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:...
by hammadkom
05 Apr 2007 16:37
Forum: VLC media player for Linux and friends Troubleshooting
Topic: stream with vlc to a shoutcast server
Replies: 18
Views: 16086

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...
by hammadkom
04 Apr 2007 19:44
Forum: VLC stream-output (sout)
Topic: Streaming over low bandwidth using speex and IceCast server
Replies: 1
Views: 1098

Streaming over low bandwidth using speex and IceCast server

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...
by hammadkom
04 Apr 2007 19:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: stream with vlc to a shoutcast server
Replies: 18
Views: 16086

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...
by hammadkom
27 Mar 2007 19:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: stream with vlc to a shoutcast server
Replies: 18
Views: 16086

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 ...
by hammadkom
26 Mar 2007 21:58
Forum: VLC stream-output (sout)
Topic: How to stream with VLC+IceCast
Replies: 2
Views: 1586

peace upon you

Code: Select all

vlc.exe -vv dshow://dshow-adev="" :sout="#transcode{acodec=spx,ab=8,channels=2 }:duplicate{dst=std{access=shout,mux=ogg,dst=source:hackme@192.168.1.6:8000/audio.ogg}}"
by hammadkom
26 Mar 2007 21:53
Forum: VLC media player Feature Requests
Topic: Limitations on Speex decoding
Replies: 1
Views: 1070

i think speex is not proper codec for RTP , it supported at http
mpega and mp3 are suitable for RTP ,

i have the same problem for encoding bit rate , the bit rate is very high even i gave ab=4


any one solve this isuue, i think this a bug in VLC
by hammadkom
26 Mar 2007 21:37
Forum: VLC stream-output (sout)
Topic: ICECAST
Replies: 54
Views: 67058

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...

Go to advanced search