Search found 4 matches

Go to advanced search

by oni0n
25 May 2015 20:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Calling libvlc_media_player_stop() on DVB-T channel never returns
Replies: 6
Views: 1205

Re: Calling libvlc_media_player_stop() on DVB-T channel never returns

It has been awhile but I thought I should update. We have been using the patch above with success. I think this is a very specific bug. I'm not sure if it effects other cases. I walked through it again and this is the process that I understand to be happening. 1. The user starts playing a new stream...
by oni0n
30 Jan 2015 16:46
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Calling libvlc_media_player_stop() on DVB-T channel never returns
Replies: 6
Views: 1205

Calling libvlc_media_player_stop() on DVB-T channel never returns

Hi Remi, I think I narrowed it down to a race condition where the stream_t object gets created after the Stop button is pressed (which then calls libvlc_media_player_stop()), leaving an orphaned stream thread. Further, what makes the situation special is that the TV tuner doesn't return anything whe...
by oni0n
28 Jan 2015 03:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Calling libvlc_media_player_stop() on DVB-T channel never returns
Replies: 6
Views: 1205

Calling libvlc_media_player_stop() on DVB-T channel never returns

I have been struggling with this for a few days. I think it's a bug but it's over my head to pin down exactly what's happening. We have an app using libvlc to play TV streams. In this case it is playing an MRL like "dvb-t://frequency=177500000". This generally works but there's an annoying...
by oni0n
26 Jun 2014 16:40
Forum: General VLC media player Troubleshooting
Topic: --sout-all with DBV-T gives an empty file (works with FBX)
Replies: 3
Views: 2413

Re: --sout-all with DBV-T gives an empty file (works with FB

I am seeing the same with VLC 2.0.8 and 2.1.3

Has anyone found a solution?

I also notice that it fails with my ATSC TV stream but works with a static file.

My command line looks like:
vlc dvb://frequency=473000000 --dvb-modulation=8VSB --sout file/ts:foo.ts --sout-all

The file produced is 0 bytes.

Go to advanced search