Search found 42 matches

Go to advanced search

by ibstars
16 May 2013 20:41
Forum: VLC stream-output (sout)
Topic: streaming to mobile phone
Replies: 23
Views: 71796

Re: streaming to mobile phone

Try this.

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}
by ibstars
28 Apr 2013 18:21
Forum: VLC stream-output (sout)
Topic: vlc part of desktop streaming to <host>:<port> via UDP
Replies: 14
Views: 2642

Re: vlc part of desktop streaming to <host>:<port> via UDP

@Aubin - I was just wondering, is it possible to get the audio out.
I mean while I'm streaming a part of my desktop can i play another video on and stream the sound and video together as part of the desktop.
by ibstars
28 Apr 2013 01:10
Forum: VLC stream-output (sout)
Topic: Live Webcam stream to android lag
Replies: 8
Views: 3391

Re: Live Webcam stream to android lag

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.
You don't have to replace dst=none. The dst has already been defined.
by ibstars
28 Apr 2013 00:50
Forum: VLC stream-output (sout)
Topic: vlc part of desktop streaming to <host>:<port> via UDP
Replies: 14
Views: 2642

Re: vlc part of desktop streaming to <host>:<port> via UDP

Your code is ok.
Latency will always exist!

By the way, i used port 1234.
by ibstars
27 Apr 2013 19:41
Forum: VLC stream-output (sout)
Topic: Live Webcam stream to android lag
Replies: 8
Views: 3391

Re: Live Webcam stream to android lag

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. This is for testing locally and globally - For this to work you need wam...
by ibstars
27 Apr 2013 16:30
Forum: VLC stream-output (sout)
Topic: vlc part of desktop streaming to <host>:<port> via UDP
Replies: 14
Views: 2642

Re: vlc part of desktop streaming to <host>:<port>

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.
So you want this to be on local network only.
by ibstars
27 Apr 2013 15:13
Forum: VLC stream-output (sout)
Topic: vlc part of desktop streaming to <host>:<port> via UDP
Replies: 14
Views: 2642

Re: vlc part of desktop streaming to <host>:<port>

Ok this works, only to show you what i did. You can experiment with it. Open vlc, go to Tools + Preferences + show settings all + stream output. On stream output paste this #transcode{vb=450,width=480,vcodec=h264,deinterlace,samplerate=44100}:duplicate{dst=std{access=http{mime=video/x-flv},mux=ffmpe...
by ibstars
27 Apr 2013 14:13
Forum: VLC stream-output (sout)
Topic: vlc part of desktop streaming to <host>:<port> via UDP
Replies: 14
Views: 2642

Re: vlc part of desktop streaming to <host>:<port>

I have managed to do what you are looking for but it differs from your idea.
by ibstars
27 Apr 2013 13:59
Forum: VLC stream-output (sout)
Topic: Troubleshooting: Streaming over the internet Problems
Replies: 1
Views: 616

Re: Troubleshooting: Streaming over the internet Problems

For you friends to be able to access your stream from the internet you need port 80 as well to be forwarded.
Secondly you need to install a web server so it can act as a server on your pc, then your friends will become your clients.
The best one there is, is wampserver - http://www.wampserver.com/en/
by ibstars
27 Apr 2013 03:09
Forum: VLC stream-output (sout)
Topic: Stream Video already playing in VLC
Replies: 2
Views: 1053

Re: Stream Video already playing in VLC

Can you please write the actual stream of the bf3 you were watching on the vlc!!
by ibstars
27 Apr 2013 01:53
Forum: VLC stream-output (sout)
Topic: vlc part of desktop streaming to <host>:<port> via UDP
Replies: 14
Views: 2642

Re: vlc part of desktop streaming to <host>:<port>

Try using 2 versions of vlc players, that way u define the client and the server. With one player is a bit confusing.
by ibstars
26 Apr 2013 22:01
Forum: VLC stream-output (sout)
Topic: Live Webcam stream to android lag
Replies: 8
Views: 3391

Re: Live Webcam stream to android lag

I tried it locally on my laptop it's a lot faster. But tried (knowing it won't work) it on my android phone and it didn't work because android doesn't support asf, that's why i used ts. Try to experiment with this. If your phone supports flash then this should work. Let me know. #transcode{vcodec=h...
by ibstars
26 Apr 2013 18:29
Forum: VLC stream-output (sout)
Topic: Multiple streams to multiple devices
Replies: 3
Views: 2697

Re: Multiple streams to multiple devices

With VLM config you can broadcast multiple channels. Example vlm config file with 3 streams running -------------------------------cut here new channel1 broadcast enabled setup channel1 input http://localhost:11111 (ignore this text and braces here , write your port and domain instead of- 11111,2222...
by ibstars
26 Apr 2013 18:20
Forum: VLC stream-output (sout)
Topic: Encrypted Ts file Stream
Replies: 4
Views: 2279

Re: Encrypted Ts file Stream

I am not sure about what u are trying to do, but why would you want to stream an encrypted file.
Even if u manage to do that, i think the stream would not be able to stream properly cause of the encryption.
by ibstars
26 Apr 2013 18:09
Forum: VLC stream-output (sout)
Topic: Live Webcam stream to android lag
Replies: 8
Views: 3391

Re: Live Webcam stream to android lag

Try removing fps and for mux use asf instead of ts.
You have to experiment, i know it sounds a bit strange but that's what i do.
Let me know if that worked.

#transcode{vcodec=h264,vb=300,width=640,acodec=none}:duplicate{dst=standard{access=http,mux=asf,dst=127.0.0.1:1234}}
by ibstars
26 Apr 2013 18:06
Forum: VLC stream-output (sout)
Topic: Streaming-time elapsed/remaining on client side
Replies: 5
Views: 998

Re: Streaming-time elapsed/remaining on client side

If you want to display time and title of what you are streaming, or just elapsed time, use this as an example. #transcode{sfilter=marq{marquee="$N$_$T$_$D",position=5,size=12,opacity=255} Here are more tokens u can use!! Tokens $_ - new line $a - artist $b - album $c - copyright $d - descr...
by ibstars
26 Apr 2013 16:22
Forum: VLC stream-output (sout)
Topic: Transcode video to mp3
Replies: 3
Views: 589

Re: Transcode video to mp3

#transcode{acodec=mp3,ab=320,channels=2,samplerate=44100}:std{access=file,mux=wav,dst="C:/Users/ibstars/Desktop/file.mp3"}

Type wav for mux
by ibstars
26 Apr 2013 14:30
Forum: VLC stream-output (sout)
Topic: VLC - stream to web site
Replies: 26
Views: 31509

Re: VLC - stream to web site

Hello, IBstars, can you help me with a problem? I have 4 IP cameras (CCTV me) and I would like to see them live in VLC. How can I do this? Thanks Sorry it took so long to reply back. I already mention in how to broadcast multiple channels in here. http://forum.videolan.org/viewtopic.php?f=4&t=5...
by ibstars
10 Dec 2012 11:36
Forum: VLC stream-output (sout)
Topic: VLC - stream to web site
Replies: 26
Views: 31509

Re: VLC - stream to web site

Actually guys we were doing ok with the methods we used. After Reading at http://en.wikipedia.org/wiki/Adaptive_bitrate_streaming The latest versions of Flash Player and Flash Media Server support adaptive bit-rate streaming over the traditional RTMP protocol, as well as HTTP, similar to the HTTP-ba...
by ibstars
09 Dec 2012 13:21
Forum: VLC stream-output (sout)
Topic: VLC - stream to web site
Replies: 26
Views: 31509

Re: VLC - stream to web site

UPDATE: Guys we need to change the input from http to udp so the output is from udp to HTTP, that way the streaming is more reliable and it takes a small amount of bandwidth. From mine experience streaming access via HTTP is not reliable. Try getting used to UDP streaming. From udp to http output i...
by ibstars
09 Dec 2012 03:12
Forum: VLC stream-output (sout)
Topic: VLC - stream to web site
Replies: 26
Views: 31509

Re: VLC - stream to web site

Hello there. I think this is were this topic will end about live streaming via HTTP. Doing some research along the way it appears that we were doing HTTP progressive streaming, and that is not really a good way for streaming online because it involves caching. Caching on disk is unavoidable if you u...
by ibstars
08 Dec 2012 14:55
Forum: VLM
Topic: Autostreaming Different Multicast address on same channel
Replies: 1
Views: 1181

Re: Autostreaming Different Multicast address on same channe

Try this, just change the channel numbers :)

setup channel1 input udp://@239.0.1.2:1234
setup channel2 input udp://@239.0.1.3:1234
setup channel3 input udp://@239.0.1.4:1234

control channel1 play
control channel2 play
control channel3 play

Go to advanced search