Issue 21 in tou-tv-xmbc: Issue with Frodo RC1

111 views
Skip to first unread message

tou-t...@googlecode.com

unread,
Dec 15, 2012, 9:59:42 AM12/15/12
to tou-t...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 21 by vincent....@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

What steps will reproduce the problem?
1. Install Frodo RC1, uninstall any previous XBMC release
2. Install Tou.tv plugin 1.4 using a zip file
3. Start browsing through Tou.tv. Everything is there (menus, titles,
snapshots...)
4. Select any show to play.

What is the expected output? What do you see instead?
The "Waiting" window will appear for less than a second and then, nothing
happens. Nothing starts to play.

What version of the product are you using? On what operating system?
Frodo RC1, Tou.tv 1.4, Windows 7 Pro 64-bit, SP1

I've attached the interesting part from XBMC.log...

Attachments:
xbmc.log 7.2 KB

tou-t...@googlecode.com

unread,
Dec 15, 2012, 10:20:35 AM12/15/12
to tou-t...@googlegroups.com

Comment #1 on issue 21 by vincent....@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

And it also happens on a fresh new install in Eden. So I guess the invalid
uri error message in the logs is not related to Frodo, as I previously
guessed.

tou-t...@googlecode.com

unread,
Dec 15, 2012, 1:24:29 PM12/15/12
to tou-t...@googlegroups.com

Comment #2 on issue 21 by jparc...@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Seems to be a bug on the toutv side. I got the same problem on raspbmc. Is
it possible the toutv API changed recently?

tou-t...@googlecode.com

unread,
Dec 15, 2012, 7:33:06 PM12/15/12
to tou-t...@googlegroups.com

Comment #3 on issue 21 by bfrigon: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Tou.tv ont fait des modifications sur leurs site... encore... cette fois
si, ca va etre beaucoup plus difficile a contourner... Il semble qu'on ne
peut plus utiliser RTMP pour downloader les videos sur TOU.tv. ils
utilisent maintenant des codes d'authentification pour avoir access au
videos. Je ne sais meme pas si c'est possible de passer par dessus...

voir : http://store-it.appspot.com/tou/tou.html

Une autre solution : http://store-it.appspot.com/tou/tou_mobile.html

Peu importe la solution, ca va prendre du temps... Si il y a du monde qui
sont pret a m'aider, svp, vous etes les bienvenus. Je ne suis pas un expert
en programmation.

tou-t...@googlecode.com

unread,
Dec 15, 2012, 7:35:56 PM12/15/12
to tou-t...@googlegroups.com

Comment #4 on issue 21 by bfrigon: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Issue 20 has been merged into this issue.

tou-t...@googlecode.com

unread,
Dec 15, 2012, 7:38:56 PM12/15/12
to tou-t...@googlegroups.com

Comment #5 on issue 21 by bfrigon: Issue with Frodo RC1

tou-t...@googlecode.com

unread,
Dec 15, 2012, 11:16:22 PM12/15/12
to tou-t...@googlegroups.com

Comment #6 on issue 21 by vincent....@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

So, I just modified the addon and it's working now !

I've switched the protocol used to stream the file from rtmp to rtsp. I'm
also using another webservice to get the video's url from its id.

Remark #1 : As we're using rtsp now, you may have to install librtsp on
Linux or VLC (http://www.videolan.org) to be able to decode the stream
properly through XBMC
Remark #2 : I've tested the addon's script on two machines here. On the
first, wich is a quad core Windows 8, very recent computer, the video
starts instantaneously. But, on my HTPC, which runs Win 7 on an Atom CPU,
it takes up to 1 minute to start a video. After that, playback is
absolutely smooth and I can even browse in the video instantaneously. Does
anybody have other feedbacks on this issue ?


Attachments:
default.py 12.7 KB
addon.xml 927 bytes

tou-t...@googlecode.com

unread,
Dec 15, 2012, 11:37:25 PM12/15/12
to tou-t...@googlegroups.com

Comment #7 on issue 21 by olivierl...@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

J'ai essayé avec la version de Vincent avec OpenElec sur mon Raspberry Pi.
Le vidéo démarre instantanément mais l'image est très pixélisée. Le son
semble bon. Je ne pense pas que c'Est un problème de bande passante, ni de
cpu. Top me montre un usage normal de 30%.

C'est étrange, c'est principalement le bas de l'image.

tou-t...@googlecode.com

unread,
Dec 15, 2012, 11:49:58 PM12/15/12
to tou-t...@googlegroups.com

Comment #8 on issue 21 by vincent....@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Peut-être que tu peux essayer de commenter la ligne suivante dans
default.py :
"rtsp_url = rtsp_url.replace('_800.', '_1200.'); # We want the best
quality..."

tou-t...@googlecode.com

unread,
Dec 16, 2012, 12:00:20 AM12/16/12
to tou-t...@googlegroups.com

Comment #9 on issue 21 by olivierl...@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Même chose en baissant la qualité.

tou-t...@googlecode.com

unread,
Dec 16, 2012, 2:46:22 AM12/16/12
to tou-t...@googlegroups.com
Updates:
Status: Started

Comment #10 on issue 21 by bfrigon: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Merci Vincent, Ca fonctionne bien ici (XBMC 11.0 / Linux Mint 14 xfce ),
j'ai pas de problemes avec la qualité video. Parcontre, il y a un delai
avant que le video commence (environs 10 secondes)

j'ai trouvé ceci dans les logs, ca explique le delais :

02:24:35 T:140142098507520 DEBUG: Open - av_find_stream_info starting
[...]
02:24:45 T:140142098507520 DEBUG: ffmpeg[5FFFE700]: [rtsp] UDP timeout,
retrying with TCP
[...]
02:24:46 T:140142098507520 DEBUG: Open - av_find_stream_info finished

---------------------

Olivier: Est-ce que c'est pixelisé avec toutes les video? peut-tu faire 'o'
et nous dire la resolution.

Attachments:
log.txt 5.5 KB

tou-t...@googlecode.com

unread,
Dec 16, 2012, 9:25:23 AM12/16/12
to tou-t...@googlegroups.com

Comment #11 on issue 21 by olivierl...@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Bon, le problème était surement de mon coté puisque ca fonctionne bien ce
matin (résolution 852x480, c'était tous les vidéos).

Merci!

tou-t...@googlecode.com

unread,
Dec 16, 2012, 10:32:14 AM12/16/12
to tou-t...@googlegroups.com

Comment #12 on issue 21 by stephane....@gmail.com: Issue with Frodo
RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

J'arrive à voir des vidéos avec la version modifiée par Vincent (Ubuntu
11.10, XBMC 11).

Par contre, j'ai le même problème qu'Olivier avait hier. J'ai essayé
quelques vidéos et ils sont tous pixelisés. Changer la qualité (_800 au
lieu de _1200) ne change rien au problème.

J'ai attaché la partie significative du log en espérant que quelqu'un
arrive à comprendre le problème.

Attachments:
xbmc.log.extract 3.8 KB

tou-t...@googlecode.com

unread,
Dec 16, 2012, 1:28:31 PM12/16/12
to tou-t...@googlegroups.com

Comment #13 on issue 21 by jparc...@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Salut! Je viens d'essayer cette modification sur mon Raspberry Pi avec
Raspbmc RC5, roulant XBMC 12 RC1 et ça marche super bien! load rapidement,
de la pixelisation juste pendant les 2 ou 3 premières secondes.

Merci!

tou-t...@googlecode.com

unread,
Dec 16, 2012, 4:09:32 PM12/16/12
to tou-t...@googlegroups.com
Updates:
Status: Fixed

Comment #14 on issue 21 by bfrigon: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

Appliqué patch dans la version 0.1.5, merci a Vincent Mercier

tou-t...@googlecode.com

unread,
Dec 27, 2012, 11:37:30 PM12/27/12
to tou-t...@googlegroups.com

Comment #15 on issue 21 by Eric.Ric...@gmail.com: Issue with Frodo RC1
http://code.google.com/p/tou-tv-xmbc/issues/detail?id=21

ma lecture plante apres 5 min environs

23:26:05 T:128036864 NOTICE: DVDPlayer: Opening:
rtsp://medias-rtsp.tou.tv/vodtoutv/_definst_/mp4:003/mp4/g/2012-12-19_20_00_00_grcorazon_1118_800.mp4
23:26:05 T:128036864 WARNING: CDVDMessageQueue(player)::Put
MSGQ_NOT_INITIALIZED
23:26:05 T:156663808 NOTICE: Creating InputStream
23:26:05 T:156663808 NOTICE: Creating Demuxer
23:26:06 T:156663808 NOTICE: Opening video stream: 1 source: 256
23:26:06 T:156663808 NOTICE: Creating video codec with codec id: 28
23:26:06 T:156663808 NOTICE: Open - invalid avcC atom data
23:26:06 T:156663808 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec:
H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
23:26:06 T:156663808 ERROR: CDVDPlayerVideo::OpenStream - Invalid
framerate 1000, using forced 25fps and just trust timestamps
23:26:06 T:156663808 NOTICE: Creating video thread
23:26:06 T:120172544 NOTICE: running thread: video_thread
23:26:06 T:156663808 NOTICE: Opening audio stream: 0 source: 256
23:26:06 T:156663808 NOTICE: Finding audio codec for: 86018
23:26:06 T:156663808 NOTICE: Creating audio thread
23:26:06 T:176652288 NOTICE: running thread: CDVDPlayerAudio::Process()
23:26:06 T:176652288 NOTICE: Creating audio device with codec id: 86018,
channels: 2, sample rate: 44100, no pass-through
23:26:06 T:120172544 NOTICE: fps: 25.000000, pwidth: 640, pheight: 360,
dwidth: 640, dheight: 360
23:26:06 T:120172544 NOTICE: Display resolution DESKTOP : 1280x720 (12)
23:26:07 T:128036864 NOTICE: Using GL_TEXTURE_2D
23:26:07 T:128036864 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
23:26:07 T:128036864 NOTICE: GL: NPOT texture support detected
23:26:07 T:171499520 NOTICE: [trakt] [Notification Service] message:
{u'params': {u'data': {u'item': {u'type': u'movie'}, u'title':
u'VignettesTouTVRecents', u'player': {u'playerid': -1, u'speed': 1}},
u'sender': u'xbmc'}, u'jsonrpc': u'2.0', u'method': u'Player.OnPlay'}
23:26:07 T:171499520 NOTICE: [trakt] [Scrobbler] Watching: movie
23:26:29 T:140750848 ERROR: CacheImage Unable to create new image
special://masterprofile/Thumbnails/Music/7/76fefa69.tbn from image
smb://SHARE/USB_Storage/MUSIQUES/Nirvana - 16 Albums/Nirvana - 16
Albums/XXOTHEXX/folder.jpg
23:26:38 T:140750848 NOTICE: My Music: Scanning for music info using
worker thread, operation took 01:27
23:28:11 T:128036864 NOTICE: Samba is idle. Closing the remaining
connections
23:31:05 T:176652288 WARNING: CDVDMessageQueue(audio)::Get - asked for new
data packet, with nothing available
23:31:07 T:120172544 WARNING: CDVDMessageQueue(video)::Get - asked for new
data packet, with nothing available
23:32:34 T:156663808 NOTICE: CDVDPlayer::OnExit()
23:32:34 T:156663808 NOTICE: DVDPlayer: eof, waiting for queues to empty
23:32:34 T:156663808 NOTICE: DVDPlayer: closing audio stream
23:32:34 T:156663808 NOTICE: Closing audio stream
23:32:34 T:156663808 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
23:32:34 T:120172544 WARNING: CRenderManager::FlipPage - timeout waiting
for flip to complete
23:32:34 T:156663808 NOTICE: Waiting for audio thread to exit
23:32:34 T:176652288 NOTICE: thread end: CDVDPlayerAudio::OnExit()
23:32:34 T:156663808 NOTICE: Closing audio device
23:32:34 T:156663808 NOTICE: Deleting audio codec
23:32:34 T:156663808 NOTICE: DVDPlayer: closing video stream
23:32:34 T:156663808 NOTICE: Closing video stream
23:32:34 T:156663808 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
23:32:34 T:156663808 NOTICE: waiting for video thread to exit
23:32:34 T:120172544 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
23:32:34 T:120172544 NOTICE: thread end: video_thread
23:32:34 T:156663808 NOTICE: deleting video codec
23:32:34 T:156663808 NOTICE: CDVDPlayer::OnExit() deleting demuxer
23:32:34 T:156663808 NOTICE: CDVDPlayer::OnExit() deleting input stream
23:32:34 T:171499520 NOTICE: [trakt] [Notification Service] message:
{u'params': {u'data': None, u'sender': u'xbmc'}, u'jsonrpc': u'2.0',
u'method': u'Player.OnStop'}
23:32:34 T:171499520 NOTICE: [trakt] watched: 704.797216415 / 2704.0
23:32:34 T:171499520 NOTICE: [trakt] json url:
/movie/cancelwatching/b6135e0f7510a44021fac8c03c36c81a17be35d9
23:32:35 T:171499520 NOTICE: [trakt] [Scrobbler] Cancel watch response:
{u'status': u'success', u'message': u'cancelled watching'}
23:32:36 T:128036864 NOTICE: CDVDPlayer::CloseFile()
23:32:36 T:128036864 WARNING: CDVDMessageQueue(player)::Put
MSGQ_NOT_INITIALIZED
23:32:36 T:128036864 NOTICE: DVDPlayer: waiting for threads to exit
23:32:36 T:128036864 NOTICE: DVDPlayer: finished waiting

Reply all
Reply to author
Forward
0 new messages