Search found 8 matches

Go to advanced search

by eug950
03 Jul 2014 12:57
Forum: VLC media player for Linux and friends Troubleshooting
Topic: After an update, no video will play
Replies: 9
Views: 18301

[SOLVED] Re: After an update, no video will play

I had the same problem on Ubuntu 13.10 with nightly build from ppa:videolan/master-daily since middle of May. Now I have the solution this simple: start vlc like this (make your wrapper script) LD_PRELOAD=/usr/lib/i386-linux-gnu/i686/cmov/libavformat.so.53 vlc Details are following. The error "...
by eug950
18 Aug 2011 18:34
Forum: General VLC media player Troubleshooting
Topic: SAP streams list constantly refreshing
Replies: 4
Views: 588

Re: SAP streams list constantly refreshing

All I can add for now is that if I change sap_delay for minisapserver then timeout values change accordingly.
for example with sap_delay=15 I've got i_last_period 14949523, i_period 4960453.
Have to find the logic here...
by eug950
18 Aug 2011 17:20
Forum: General VLC media player Troubleshooting
Topic: SAP streams list constantly refreshing
Replies: 4
Views: 588

Re: SAP streams list constantly refreshing

I've added a code to show the values of dynamic timeout, if( ( p_announce->i_period_trust > 5 && i_last_period > 3 * p_announce->i_period ) ) msg_Dbg( p_sd, "hit the leg: i_last_period %llu, i_period %llu", i_last_period, p_announce->i_period ); here is the output: sap debug: hit t...
by eug950
18 Aug 2011 16:06
Forum: General VLC media player Troubleshooting
Topic: SAP streams list constantly refreshing
Replies: 4
Views: 588

SAP streams list constantly refreshing

I have a list of about 90 channels multicasted in the network. When Itry to use SAP announcement instead of playlist in file, I get constantly refreshing playlist with items shuffling here and there. Search on this forum shows that the problem is not new, see http://forum.videolan.org/viewtopic.php?...
by eug950
31 Jan 2011 19:36
Forum: General VLC media player Troubleshooting
Topic: Receive program id from SAP?
Replies: 5
Views: 598

Re: Receive program id from SAP?

Sorry, I've lost part of patch to minisapserver in previous post. This is the complete version of it: --- message.cpp.old 2011-01-28 19:22:59.000000000 +0200 +++ message.cpp 2011-01-28 19:24:31.000000000 +0200 @@ -129,6 +129,9 @@ bool Message::AddProgram(Program *p) if (p->HasPlGroup()) sdp += "...
by eug950
28 Jan 2011 18:51
Forum: General VLC media player Troubleshooting
Topic: Receive program id from SAP?
Replies: 5
Views: 598

Re: Receive program id from SAP?

OK, I've created a quick hack: --- modules/services_discovery/sap.c.old 2010-06-01 13:21:02 +0000 +++ modules/services_discovery/sap.c 2011-01-28 17:08:24 +0000 @@ -898,7 +898,16 @@ sap_announce_t *CreateAnnounce( services input_item_AddInfo( p_input, _("Session"), _("User"), &qu...
by eug950
28 Jan 2011 11:14
Forum: General VLC media player Troubleshooting
Topic: Receive program id from SAP?
Replies: 5
Views: 598

Re: Receive program id from SAP?

There are 2 cases, which need this: 1) single program is present in multicast stream, but program table contains all entries from transponder. Some such streams are opened correctly and some not, so you have to find correct program in Program menu. It is counterintuitive especially if name in playli...
by eug950
27 Jan 2011 12:53
Forum: General VLC media player Troubleshooting
Topic: Receive program id from SAP?
Replies: 5
Views: 598

Receive program id from SAP?

Is it possible to receive stream program ID from SAP announcement? Like It is in XSPF playlist via <vlc:option>program=6102</vlc:option> line. I'm setting up streaming of some FTA satellite channels to my LAN. Hardware DVB-S streamer puts full program table from original sat stream into each multica...

Go to advanced search