Search found 10 matches

Go to advanced search

by chad27295
13 Jul 2011 15:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Hauppauge 1212 HD PVR - problem with http streaming
Replies: 14
Views: 11669

Re: Hauppauge 1212 HD PVR - problem with http streaming

I'm not sure if this is what you are trying but here are a few things I have tried: Using the other streaming solution as previously posted and then trying this do you get any video? vlc udp://@224.1.1.1:1234 -vv --extraintf logger --sout-mux-caching=0 --sout "#transcode{vcodec=h264,acodec=mp3,...
by chad27295
08 Jul 2011 22:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Hauppauge 1212 HD PVR - problem with http streaming
Replies: 14
Views: 11669

Re: Hauppauge 1212 HD PVR - problem with http streaming

I think that PVR device is not putting a DTS or PTS timestamp into the transport stream. (Not sure of the terminology..someone correct me if need be) I think vlc should automatically do this if it cannot pull this info out of the stream but apparently its not. I took your test.ts and I was able to r...
by chad27295
30 Jun 2011 16:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Receiving HTTP stream error 404...?
Replies: 2
Views: 754

Re: Receiving HTTP stream error 404...?

I looked this up on the VLC wiki. Have you tried adding this to your command line? --http-reconnect=1 or --http-reconnect=true
This is from the wiki:

--http-reconnect (boolean)
Auto re-connect (default disabled)
by chad27295
30 Jun 2011 16:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Weird black bar at bottom of video
Replies: 2
Views: 518

Re: Weird black bar at bottom of video

I had the same problem at one point with my capture card. I had to change in preferences on Video4Linux the "Video input chroma format" to something like I420. That seemed to fix it. Since then the latest VLC builds I do not have to do this any longer so if you are using the latest build i...
by chad27295
22 Jun 2011 19:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Shutdown after playback?
Replies: 3
Views: 1813

Re: Shutdown after playback?

what about if you use vlc-wrapper in your script instead of vlc? That way you could use sudo on your script to run as root. ex:

#! /bin/sh

vlc-wrapper playlist.m3u
shutdown now



I didn't verify this so if it doesn't work I will try myself to see if I can get it to work.
by chad27295
22 Jun 2011 16:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Shutdown after playback?
Replies: 3
Views: 1813

Re: Shutdown after playback?

Just create a simple text file (playlist) with the extension .m3u and enter your media files at the top and vlc://quit at the bottom. This will play your media and quit vlc once it finishes.

mymusic.mp3
vlc://quit



From the command line you will enter vlc playlist.m3u to start the playback!
by chad27295
26 Mar 2009 18:44
Forum: Web and scripting
Topic: Visual Basic 2008 VLC activex plugin 2 add dynamically
Replies: 0
Views: 1720

Visual Basic 2008 VLC activex plugin 2 add dynamically

I was wondering the best way to add a new activex plugin instance to my form as needed. I currently have no problems dragging the control over from the toolbar but was needing to add more than one dynamically.
by chad27295
24 Feb 2009 16:06
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3550

Re: Quitting a VB form while VLC Runs crashes Vista x64 Ultimate

'Add a Timer to the form with an interval of 1000 or more and make sure its not enabled. Public Class Form1 Dim timercount = 0 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click AxVLCPlugin21.playlist.add("udp://@239.255.1.15:5500")...
by chad27295
23 Feb 2009 20:35
Forum: Web and scripting
Topic: *SOLVED* Quitting a VB form while VLC Runs crashes Vista x64
Replies: 11
Views: 3550

Re: Quitting a VB form while VLC Runs crashes Vista x64 Ultimate

Just to note I'm having the exact same error on 2 very different PCs one with Vista 32 and the other is Vista 64.
by chad27295
28 Jan 2008 20:11
Forum: VLC stream-output (sout)
Topic: Muxing two elementary stream inputs into one output
Replies: 2
Views: 823

Re: Muxing two elementary stream inputs into one output

any luck?

I'm also looking for a way of doing this. I have a data stream coming in but VLC is not passing the data stream back out when I stream or save to a file.

Go to advanced search