kktuax / youtupi

YouTube (mobile) web frontend for your Raspberry Pi
https://maxtuni.es/2013/02/16/Introducing-YouTuPi.html
20 stars 6 forks source link

Playback issues #7

Closed MarceloFonseca closed 10 years ago

MarceloFonseca commented 10 years ago

The videos are randomly skipped when they are expected to play.

When you add a video to the playlist, it stays there for a few seconds in the first position and then disappears with no feedback.

This problem will clear an entire playlist by skipping all of the videos sequentially.

You are probably able to play the video after insisting on adding and re-adding it to the playlist.

I have tested the URL provided to omxplayer and it works on browser.

The YouTuPi and omxplayer are updated to the latest versions.

LOG:

Reading config from: /home/pi/youtupi/youtupi http://0.0.0.0:8080/ 193.137.170.54:49862 - - [05/Feb/2014 16:47:24] "HTTP/1.1 GET /playlist" - 200 OK 193.137.170.57:40771 - - [05/Feb/2014 16:47:28] "HTTP/1.1 GET /playlist" - 200 OK 193.137.170.54:49862 - - [05/Feb/2014 16:47:28] "HTTP/1.1 GET /playlist" - 200 OK 193.137.170.57:40771 - - [05/Feb/2014 16:47:32] "HTTP/1.1 POST /playlist" - 303 See Other 193.137.170.57:40771 - - [05/Feb/2014 16:47:32] "HTTP/1.1 GET /playlist" - 200 OK Locating URL for: rn_YodiJO6k 193.137.170.57:40771 - - [05/Feb/2014 16:47:33] "HTTP/1.1 GET /playlist" - 200 OK

193.137.170.57:40771 - - [05/Feb/2014 16:47:48] "HTTP/1.1 GET /playlist" - 200 OK 193.137.170.54:49862 - - [05/Feb/2014 16:47:48] "HTTP/1.1 GET /playlist" - 200 OK Running player: omxplayer -o local --live http://r1---sn-apn7en7s.googlevideo.com/videoplayback?mv=m&id=ae7fd8a1d8893ba9&ip=193.137.170.59&key=yt5&expire=1391642635&source=youtube&pcm2fr=yes&sver=3&mt=1391618745&ipbits=0&ms=au&itag=18&ratebypass=yes&fexp=926550%2C927610%2C921098%2C932273%2C936910%2C936913&sparams=id%2Cip%2Cipbits%2Citag%2Cpcm2fr%2Cratebypass%2Csource%2Cupn%2Cexpire&upn=HJK3nufgZhI&signature=E54D34DF295906DC24E355FDEF9179ED8F2EE3ED0BA2.D8AA19698AD4FDF309B7A146BF422C2B0A 193.137.170.57:40771 - - [05/Feb/2014 16:47:53] "HTTP/1.1 GET /playlist" - 200 OK 193.137.170.54:49862 - - [05/Feb/2014 16:47:53] "HTTP/1.1 GET /playlist" - 200 OK 193.137.170.57:40771 - - [05/Feb/2014 16:47:58] "HTTP/1.1 GET /playlist" - 200 OK

kktuax commented 10 years ago

I think b1c25c696b08f25766b860b79e5f9882ea4c7c50 should resolve this issue, please check out the latest version

MarceloFonseca commented 10 years ago

Hello!

Thank you very much for your support on this issue.

Now the tracks seem to play well (and are not automatically skipped) but the playlist does not move automatically, we need to use the "Next" button to force the Next track.

The current playing track will end and halt, not moving to the next one. I will perform more tests during today, but apparently that is the behavior.

Thank you for your attention.

MarceloFonseca commented 10 years ago

Apparently the last feedback on this issue was solved by fully rebooting the Pi. I will double check it.

MarceloFonseca commented 10 years ago

I can confirm that the issue is solved and can be closed. The playlist flow occurs normally.