stream playback issue
#1
Hi, My friend helped me develop a plugin for xbmc. This plugin takes forever to playback a stream as u can see, from the time he press play it takes

Here is the code which i believe is the issue:


18:21:58 T:7064 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 0x%02x
18:22:22 T:2528 WARNING: Previous line repeats 18 times.
18:22:22 T:2528 NOTICE: DVDPlayer: Opening: http://url_to_stream
18:22:22 T:2528 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
18:22:22 T:11084 NOTICE: Creating InputStream
18:22:26 T:11084 NOTICE: Creating Demuxer
18:22:28 T:11084 NOTICE: Opening video stream: 0 source: 256
18:22:28 T:11084 NOTICE: Creating video codec with codec id: 28
18:22:29 T:11084 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
18:22:29 T:11084 NOTICE: Creating video thread
18:22:29 T:11084 NOTICE: Opening audio stream: 1 source: 256
18:22:29 T:11084 NOTICE: Finding audio codec for: 86017
18:22:29 T:8552 NOTICE: running thread: video_thread
18:22:29 T:11084 NOTICE: Creating audio thread
18:22:29 T:10996 NOTICE: running thread: CDVDPlayerAudio:Tonguerocess()
18:22:29 T:10996 NOTICE: Creating audio device with codec id: 86017, channels: 2, sample rate: 44100, no pass-through
18:22:29 T:8552 NOTICE: fps: 25.000000, pwidth: 720, pheight: 400, dwidth: 720, dheight: 400
18:22:29 T:8552 NOTICE: Display resolution DESKTOP : 1920x1080 @ 60.00 - Full Screen (12)
18:22:29 T:8552 NOTICE: D3D: rendering method forced to DXVA2 processor

As you can see the following lines below has a huge gap, i am trying to find out whats causing this gap. and i dont understand the error message, please any help is appreciated, its my own plugin.

18:21:58 T:7064 WARNING: JpegIO: Error 55: Not a JPEG file: starts with 0x%02x 0x%02x
18:22:22 T:2528 WARNING: Previous line repeats 18 times.

Thank you


Reply
#2
Enable debug log (wiki)ging in XBMC so more information is captured. There could be something else going on in-between those two log entries you listed that is causing the delay.

Note: Please don't post your log information here; instead, upload it to www.xbmclogs.com and post just the URL link for the uploaded log here.

Show your debug log (wiki) to your friend. Since your friend wrote this add-on, he/she is the most knowledgeable about how the add-on is coded and supposed to work and, thus, may have an idea of what's causing the problem and provide a fix.
Reply
#3
here is the full log file:

http://www.xbmclogs.com/show.php?id=8701


I cant get hold of my friend thats why posting it here.

Hope someone can help.
Reply

Logout Mark Read Team Forum Stats Members Help
stream playback issue0