Search found 8 matches

Go to advanced search

by MikeInMass
22 Aug 2008 18:16
Forum: VLC stream-output (sout)
Topic: crash when streaming: what data needed for bug report?
Replies: 3
Views: 337

Re: crash when streaming: what data needed for bug report?

A good bug report is easy to reproduce, and include a full detailled backtrace of the crash.
How do I get a backtrace under Windows?
And it is filed against the development version.
Sadly, with the development version my clients can't even connect. Am I doing something wrong?
by MikeInMass
22 Aug 2008 07:33
Forum: VLC stream-output (sout)
Topic: crash when streaming: what data needed for bug report?
Replies: 3
Views: 337

crash when streaming: what data needed for bug report?

I am trying to stream video over the network from a Hauppauge PVR-350 TV card using vlc. The release build of vlc 0.8.6h works fine for anywhere from a minute to an hour or so with this command line: C:\VideoLAN>\videolan\vlc\vlc --extraintf=logger -vvv dshow:// :dshow-vdev="Hauppauge WinTV PVR...
by MikeInMass
23 Aug 2007 05:49
Forum: VLC stream-output (sout)
Topic: On-demand uni-cast streaming: what can I do better?
Replies: 0
Views: 539

On-demand uni-cast streaming: what can I do better?

I need to stream video+audio from one fixed location to a single fixed client over the Internet. The client is on a crappy consumer DSL connection, 768 kbps down. The server is on a slightly-less-crappy consumer cable connection, 768 kbps up. In order to avoid bringing down the wrath of the crappy c...
by MikeInMass
21 Jul 2006 15:39
Forum: VLC stream-output (sout)
Topic: Help in streaming setup... http access not working
Replies: 6
Views: 2242

The following is working for me. Set your own bitrates, of course. vlc -vvv dshow:// :dshow-vdev="Hauppauge WinTV PVR PCI II Capture" :dshow-adev="none" :dshow-tuner-channel="51" :sout="#transcode{vcodec=DIV3,vb=320,vt=32,ab=32,scale=1,acodec=mp3,channels=1,deinter...
by MikeInMass
21 Jul 2006 08:21
Forum: VLC stream-output (sout)
Topic: how to create a simple rtsp stream
Replies: 2
Views: 2059

Simple RTSP command line doesn't work

I tried the following simple command line: vlc -vvv dshow:// :dshow-vdev="Hauppauge WinTV PV R PCI II Capture" :dshow-adev="none" :dshow-tuner-channel="12" :sout="#rtp{sdp=rtsp://192.168.1.100:8080/vid.sdp}" --ttl=10 ...and then, in another window on the same ...
by MikeInMass
21 Jul 2006 07:14
Forum: VLC stream-output (sout)
Topic: Alternatives to HTTP for on-demand unicast?
Replies: 4
Views: 1377

Okay, glad I understand HTTP properly. I want to be serving data only during the hours that a client is connected, not 24/7. So I don't want to just leave a UDP stream broadcasting all the time. I want to serve video only when a client is connected, as with HTTP. But I want the stream to be able to ...
by MikeInMass
21 Jul 2006 06:23
Forum: VLC stream-output (sout)
Topic: Alternatives to HTTP for on-demand unicast?
Replies: 4
Views: 1377

Thanks for getting back to me! no matter what protocol you use you will still be pushing packets Please help me understand this. I think that, with HTTP streaming, I am only sending packets when the client is connected. Otherwise, the HTTP server is just listening on the port-- no packets are being ...
by MikeInMass
21 Jul 2006 04:42
Forum: VLC stream-output (sout)
Topic: Alternatives to HTTP for on-demand unicast?
Replies: 4
Views: 1377

Alternatives to HTTP for on-demand unicast?

I need to stream audio/video from a typical consumer grade cable modem connection to a consumer grade DSL subscriber with a different ISP. I only need to stream to one particular remote client. Right now I am attempting to stream MPEG-4 over HTTP. On the client end, VLC plays the stream for a second...

Go to advanced search