On 4/22/05, James Stembridge <[EMAIL PROTECTED]> wrote: > Hi, > > (Sorry can't quote pertient parts of the thread as I've just joined the list). > > I've just installed 0.18 and am seeing the error previously described > in this thread. Changing channels results in getting audio but no > video for the new channel. The frontend log goes like: > > av_remove_stream 0xb0d > adding pes stream at pid 0x12d with type 2 > adding pes stream at pid 0x12e with type 3 > closing filter for pid 0xb0c > av_remove_stream 0xb0c > closing filter for pid 0xb0d > streams_changed() > 2005-04-21 23:34:33.824 streams_changed() -- stream count 2 > 2005-04-21 23:34:34.307 AvFormatDecoder: Video has changed from 0x0 to > 720x576. > XvMCPutSlice: This context does not own decoder! > XvMCPutSlice: Error: 11 > > Sometimes I can exit live tv and return to the new channel, other > times the frontend segfaults. I'm capturing using a nova-t and > displaying using an epia m10k, unichrome r30, vld with bob-deint > enabled. > > Any ideas? > > Thanks, > James. > _______________________________________________ > mythtv-dev mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev >
Just wanted to add that that I'm seeing a very similar problem, on every channel change in liveTV mythfrontend crashes. Below is the output from mythfrontend on one of the crashes; 2005-04-20 20:25:56.811 Connecting to backend server: 10.10.10.10:6543 (try 1 of 5) 2005-04-20 20:25:56.816 Using protocol version 15 2005-04-20 20:25:56.851 Using protocol version 15 adding pes stream at pid 0x262 with type 2 adding pes stream at pid 0x263 with type 3 2005-04-20 20:25:59.291 Opening audio device 'default'. Using XvMC version: 1.0 XvMC found and using VLD surface 2005-04-20 20:25:59.339 Using XV port 64 2005-04-20 20:26:00.227 Realtime priority would require SUID as root. 2005-04-20 20:26:00.244 Changing from None to WatchingLiveTV 2005-04-20 20:26:00.255 Video timing method: DRM adding pes stream at pid 0x230 with type 2 adding pes stream at pid 0x231 with type 3 closing filter for pid 0x262 av_remove_stream 0x262 closing filter for pid 0x263 av_remove_stream 0x263 streams_changed() 2005-04-20 20:26:08.454 streams_changed() -- stream count 2 2005-04-20 20:26:08.954 AvFormatDecoder: Video has changed from 0x0 to 720x576. XvMCPutSlice: Error: 11 XvMCPutSlice: Error: 11 XvMCPutSlice: Error: 11 XvMCPutSlice: Error: 11 XvMCPutSlice: Error: 11 XvMCPutSlice: Error: 11 XvMCPutSlice: Error: 11 I'm using TS mode for my DVB setup and have tried with & without hwdecode enabled (no difference to the crashes). I plan on spending some time this weekend on trying to get a debug build (I'm currently using Axels Myth RPMs rebuilt with xvmcvld enabled). This is also rebuilt with the av_remove_stream loop commented out of avformatdecoder.cpp as discussed in a recent thread with Taylor and others. I'll try with a stock 0.18 build just to be sure that isn't causing the issue. I'm not even sure if this is a myth problem or a Unichrome problem, but I've seen numerous poeple on this list say their Epia's work ok (at least without mythfrontend crashing) with 0.18. Peter _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
