Search found 9 matches

Go to advanced search

by bobbyucsd006
16 Aug 2011 03:42
Forum: VLC stream-output (sout)
Topic: Streaming video with a data stream
Replies: 1
Views: 649

Streaming video with a data stream

I am trying to stream a video that has video, audio, and a KLV data stream in it. Right now I am able to stream the video and audio using VLC, but the data stream is being stripped out. Is there anyway with VLC to send the data stream also?
by bobbyucsd006
13 Aug 2011 01:32
Forum: VLC media player for Windows Troubleshooting
Topic: VLC crashes when playing RTSP stream from internet
Replies: 2
Views: 870

VLC crashes when playing RTSP stream from internet

Right now on my local machine I can stream a video with VLC using RTSP and active h264 transcoding, and then use another instance of vlc to play the video. But if I stream from a server on the internet, and try to open the stream on my machine, vlc seems to open the connection just fine and then cra...
by bobbyucsd006
04 Aug 2011 01:30
Forum: VLC stream-output (sout)
Topic: Streaming via Tomcat webserver
Replies: 8
Views: 2764

Re: Streaming via Tomcat webserver

So I switched to a faster machine for the server and now it's working decent. Thanks for the help!
by bobbyucsd006
03 Aug 2011 23:49
Forum: VLC stream-output (sout)
Topic: Streaming via Tomcat webserver
Replies: 8
Views: 2764

Re: Streaming via Tomcat webserver

Ok I got the firewall stuff worked out, and am able to stream the video, but still having a hard time displaying it. It takes about 30 seconds after opening the video for a picture to appear, and then another 10 seconds for it to change frame, but then stalls again. Rarely does it play any continuou...
by bobbyucsd006
03 Aug 2011 20:01
Forum: VLC stream-output (sout)
Topic: Streaming via Tomcat webserver
Replies: 8
Views: 2764

Re: Streaming via Tomcat webserver

Hmm so how do I open the right ports to allow the connection? I've opened all TCP and UDP ports on both sides using the windows firewall manager Also, this is the what I'm getting in the message log when I try to play the video on my localmachine, where the server on the internet is streaming rtsp (...
by bobbyucsd006
03 Aug 2011 02:02
Forum: VLM
Topic: Need help setting up a streaming server on the web
Replies: 0
Views: 1205

Need help setting up a streaming server on the web

I need to setup a webservice that will stream video via rtsp to potentially multiple users each requesting a different video file that's available on a windows server. Right now I have a Java servlet running that receives requests for video, starts up vlc using the appropriate commandline, then send...
by bobbyucsd006
03 Aug 2011 00:27
Forum: VLC stream-output (sout)
Topic: Streaming via Tomcat webserver
Replies: 8
Views: 2764

Re: Streaming via Tomcat webserver

Ok so I was wrong about the IP addresses, right now I have the following commands: On the server: vlc C:\myvideo.avi --loop :sout=#gather:transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:5544/test} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-...
by bobbyucsd006
02 Aug 2011 19:02
Forum: VLC stream-output (sout)
Topic: Streaming via Tomcat webserver
Replies: 8
Views: 2764

Re: Streaming via Tomcat webserver

I just want to stream video from a server to a client using rtsp, how can I do it with the VLC commandline?
by bobbyucsd006
02 Aug 2011 03:02
Forum: VLC stream-output (sout)
Topic: Streaming via Tomcat webserver
Replies: 8
Views: 2764

Streaming via Tomcat webserver

I have a Tomcat webserver that I want to use as an interface for streaming video via RTSP. My plan right now is to just use the command-line interface for VLC. When the user requests the servlet for a video, the servlet will simply run vlc.exe with the proper arguments to stream to the user's IP add...

Go to advanced search