Search found 316 matches

Go to advanced search

by Greg
16 Jun 2011 22:22
Forum: VLC stream-output (sout)
Topic: Adobe flash media playback setup
Replies: 18
Views: 2754

Re: Adobe flash media playback setup

The method and examples here work. (I am guessing your audio settings and missing quotes may be giving you problems?)
http://wiki.videolan.org/Stream_VLC_to_ ... lash__.flv
There is a command line in the Appendix further on in the wiki
by Greg
15 Jun 2011 23:40
Forum: VLC stream-output (sout)
Topic: Live webcam streaming over the Internet
Replies: 17
Views: 5174

Re: Live webcam streaming over the Internet

If you have got VLC working across LAN, then something is blocking the route to WAN client. best go through basic checks again Check the VLC Messages (log) for some indication of what is going on. (Tools menu) on client You may need to set VLC streaming TTL to a higher figure to hop all the routers ...
by Greg
15 Jun 2011 15:02
Forum: VLC stream-output (sout)
Topic: Live webcam streaming over the Internet
Replies: 17
Views: 5174

Re: Live webcam streaming over the Internet

On a simplistc level, not much to configure. See http://forum.videolan.org/viewtopic.php?f=4&t=66473 Although the post is for LAN, the config is the same, only diference is client will obviously need your servers public WAN IP in the URL http://IP:port I would leave the default port of 8080 unle...
by Greg
10 Jun 2011 15:46
Forum: VLC stream-output (sout)
Topic: Wizard to Command Line for Webcam Streaming over HTTP
Replies: 1
Views: 711

Re: Wizard to Command Line for Webcam Streaming over HTTP

See Appendix section here for worked example

http://wiki.videolan.org/Stream_VLC_to_ ... h#Appendix

You may find this thread of help / interest

viewtopic.php?f=4&t=84404
by Greg
26 May 2011 20:29
Forum: General VLC media player Troubleshooting
Topic: 1 IP Camera Setup Streaming
Replies: 5
Views: 11764

Re: 1 IP Camera Setup Streaming

If it's not in the camera's docu, then perhaps the contact vendor or manufacturer for url and any other info needed to access the stream?
by Greg
25 May 2011 22:44
Forum: General VLC media player Troubleshooting
Topic: 1 IP Camera Setup Streaming
Replies: 5
Views: 11764

Re: 1 IP Camera Setup Streaming

Should be able to view the camera by entering the camera IP in "Open Network Stream" in the "Media" menu
by Greg
23 May 2011 18:18
Forum: VLC stream-output (sout)
Topic: Why does this cmd line Play but not Stream?
Replies: 2
Views: 431

Re: Why does this cmd line Play but not Stream?

missing quotations around transcode

see

viewtopic.php?f=4&t=84404
by Greg
11 May 2011 03:13
Forum: VLC stream-output (sout)
Topic: What is the proper term for what I'm trying to do?
Replies: 2
Views: 388

Re: What is the proper term for what I'm trying to do?

Terminology-semantics aside.... If VLC can see/display the stream from your device(s), then it can probably re stream it on LAN/WAN without realistic limitations on the number of users/clients Suggest you try it out on your LAN to prove it out first. VLC streaming to VLC client From there on, you ca...
by Greg
09 May 2011 17:19
Forum: General VLC media player Troubleshooting
Topic: Commands for streaming from windows startup
Replies: 8
Views: 3214

Re: Commands for streaming from windows startup

Difficult to say, could be some other process on your pc interupting, especially if your cpu is a bit stretched. Could try increasing caching to say 2000 WMV/WMA is a somewhat less than best for encoding and streaming. If you need .asf output you could try divx/mp3. Otherwise try some of the others ...
by Greg
08 May 2011 14:38
Forum: General VLC media player Troubleshooting
Topic: Commands for streaming from windows startup
Replies: 8
Views: 3214

Re: Commands for streaming from windows startup

Should be able to select & save Video input in Preferences - Show Settings " All" button checked

Input / codecs
Access Modules
Direct Show
Video Input pin
by Greg
08 May 2011 02:32
Forum: General VLC media player Troubleshooting
Topic: Commands for streaming from windows startup
Replies: 8
Views: 3214

Re: Commands for streaming from windows startup

Your input section looks a bit ?? Extra ""? But if it is working/playing, then.... The sout has syntax errors eg extra "" .... Something like this should work (direct copy from GUI + one pair of "") :sout="#transcode{vcodec=WMV2,vb=800,scale=1,acodec=wma2,ab=128,ch...
by Greg
06 May 2011 23:27
Forum: General VLC media player Troubleshooting
Topic: Commands for streaming from windows startup
Replies: 8
Views: 3214

Re: Commands for streaming from windows startup

Missing and inappropriate syntax-quotations around devices & sout command string, also a --: ( -- or : Not both)

Example of GUI to command line here in Appendix section

http://wiki.videolan.org/Stream_VLC_to_ ... h#Appendix
by Greg
05 May 2011 21:53
Forum: VLC stream-output (sout)
Topic: Will VLC transcode to ASX?
Replies: 4
Views: 1219

Re: Will VLC transcode to ASX?

A typicle VLC to VLC rtsp sout may look like this :sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{sdp=rtsp://:5544/mystream},dst=display} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep On VLC Client rtsp://YourServerIP:5544/mystre...
by Greg
27 Apr 2011 14:27
Forum: VLC stream-output (sout)
Topic: streaming with VLC
Replies: 3
Views: 1415

Re: streaming with VLC

You give so little information about what you are trying to achieve and what you have done, that it is not possible to offer any answer. Take a look around the wiki docu http://wiki.videolan.org/Main_Page And search. Yes, the docu is somewhat out of date in places, but should give the general idea R...
by Greg
20 Apr 2011 01:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Do I install vlc on my server to embed it in a webpage?
Replies: 4
Views: 1246

Re: Do I install vlc on my server to embed it in a webpage?

A couple of caveats... Your Web host may claim/suggest "Unlimited" bandwidth but it will be with respect to their Ts & Cs which will probably prohibit Live streaming? Following from that, it is probable that your Web host will not allow any server side applications/scripts that enable ...
by Greg
18 Apr 2011 23:20
Forum: VLC stream-output (sout)
Topic: Streaming video from webcam to .swf player
Replies: 14
Views: 17520

Re: Streaming video from webcam to .swf player

This works for me using a vlc/h264/rtsp source

Code: Select all

cvlc -vvv rtsp://192.168.0.21:5544/rstream :file-caching=3000 --sout '#standard{access=http,mux=ffmpeg{mux=flv},dst=192.168.0.11:8082/jwplayer/stream.flv}'
by Greg
16 Apr 2011 21:49
Forum: General VLC media player Troubleshooting
Topic: Disable transcode caching.. Or something?
Replies: 8
Views: 1849

Re: Disable transcode caching.. Or something?

Seems to be "Or something" causing the problem The earlier VLC 1.0.x versions don't seem to have the same problem. Might work for you See http://forum.videolan.org/viewtopic.php?f=4&t=86406 and http://forum.videolan.org/viewtopic.php?f=4&t=87254 Guess it needs some clever developme...
by Greg
16 Apr 2011 21:17
Forum: VLC stream-output (sout)
Topic: v4l2-adev parameter for pulseaudio?
Replies: 4
Views: 3388

Re: v4l2-adev parameter for pulseaudio?

Looking at the input string with the "Show More Options" box checked in the GUI will display your default audio input like...

Code: Select all

vlc v4l2:// :input-slave=alsa:// :v4l2-standard=0
Which should work
by Greg
12 Apr 2011 00:04
Forum: VLC stream-output (sout)
Topic: Command-line v4l2->sout behaviour differs from GUI?
Replies: 2
Views: 577

Re: Command-line v4l2->sout behaviour differs from GUI?

The input section looks incomplete, perhaps

Code: Select all

vlc v4l2:// :input-slave=alsa:// :v4l2-standard=0
The --sout outputs you posted, don't compare, but i guess may be a posting text error?
by Greg
11 Apr 2011 21:07
Forum: VLC stream-output (sout)
Topic: Need Assistance with Streaming
Replies: 2
Views: 590

Re: Need Assistance with Streaming

1280 x720 @30fps is going to need some very serious cpu power to do the encoding. I would start off with half that scale say 640x360 ( you will prob need a good quad core for that) or less. Then increase the scaling to the point where you cpu fails to deliver the optimum quality/framerate result You...
by Greg
06 Apr 2011 14:58
Forum: VLC stream-output (sout)
Topic: Batch file first project
Replies: 1
Views: 333

Re: Batch file first project

This post and links covers the idea.

viewtopic.php?f=4&t=84404
by Greg
06 Apr 2011 02:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Streaming on Apache help
Replies: 17
Views: 2817

Re: Streaming on Apache help

You need to embed via a player, Eg JW or FP with absolute attention to detail and pathing. Do read the wiki very carefully

Good luck
by Greg
06 Apr 2011 01:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Streaming on Apache help
Replies: 17
Views: 2817

Re: Streaming on Apache help

The Flash solution generally suffers far less lag. On lan less then 2secs. On wan more depending on network conditions. For a comparable quality, h264/Flash will use significantly less bandwidth than asf. or better quality for a given bandwidth

Go to advanced search