FAQ  •  Register  •  Login

playback issues after ubuntu upgrade

<<

keneida

Serviio newbie

Posts: 5

Joined: Wed Oct 19, 2011 11:17 pm

Post Wed Oct 19, 2011 11:20 pm

playback issues after ubuntu upgrade

i just upgrade to 11.10 and fast forward stoped working.
Whenever i try to do this TV stops playback. Sometimes the movie does not start at all i have to launch the file again.
I use the latest version on Sony Bravia
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Oct 20, 2011 9:36 am

Re: playback issues after ubuntu upgrade

what's the ffmpeg version?
<<

keneida

Serviio newbie

Posts: 5

Joined: Wed Oct 19, 2011 11:17 pm

Post Thu Oct 20, 2011 3:57 pm

Re: playback issues after ubuntu upgrade

the message i get on tv is "playback impossible"
the ffmpeg is 0.7.2-4:0.7.2-1ubuntu1
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Oct 20, 2011 4:05 pm

Re: playback issues after ubuntu upgrade

enable detailed log and try it again, then post the ffmpeg command used for transcoding and also try to run it manually
<<

keneida

Serviio newbie

Posts: 5

Joined: Wed Oct 19, 2011 11:17 pm

Post Mon Oct 24, 2011 10:07 pm

Re: playback issues after ubuntu upgrade

sorry for the late answer, traveling for the weekend.

2011-10-24 23:55:02,477 DEBUG [ResourceTransportRequestHandler] Unsupported time range request because bitrate is not available, sending back 406
2011-10-24 23:55:02,477 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 406 Not Acceptable, headers = [[Content-Type: video/mpeg]]

ffmpeg -i file*.avi -y -threads 4 -vcodec mpeg2video -b 17000k -maxrate 17000k -bufsize 5097k -r 24000/1001 -g 15 -copyts -acodec copy -map 0:0 -map 0:1 -sn -f mpegts /tmp/Serviio/transcoding-temp-1828-MPEG2TS.stf

command executes in terminal normally
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Oct 25, 2011 8:48 am

Re: playback issues after ubuntu upgrade

Ok, I think you'll have to upgrade to the latest FFmpeg, they changed the way the bitrate information is displayed in the later versions. Go for something like 0.8 or compile FFmpeg from the sources on Serviio download page.
<<

keneida

Serviio newbie

Posts: 5

Joined: Wed Oct 19, 2011 11:17 pm

Post Wed Oct 26, 2011 1:38 pm

Re: playback issues after ubuntu upgrade

I works. However i think it should be fixed in serviio to be able to use prevoius versions of ffmpeg. Not evrybody needs/wants to compile by himself
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 26, 2011 8:26 pm

Re: playback issues after ubuntu upgrade

No, it would be too much of a maintenance overhead. Linux users have to live with this.
<<

PavelS

Serviio newbie

Posts: 3

Joined: Tue Sep 06, 2011 3:48 am

Post Sat Oct 29, 2011 2:33 am

Re: playback issues after ubuntu upgrade

Hi

I followed this page: https://launchpad.net/~jon-severinsson/+archive/ffmpeg


Basicly:

Add to /etc/apt/sources.list -> deb http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu oneiric main

Add the key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CFCA9579
apt-get update
apt-get install ffmpeg

Fast Forward, Pause & Resume, Seek to middle of file works (tv is Sony KDL-52LX900)
<<

laz305

Serviio newbie

Posts: 13

Joined: Wed Nov 09, 2011 3:54 pm

Post Sun Nov 13, 2011 11:04 am

Re: playback issues after ubuntu upgrade

PavelS wrote:Hi

I followed this page: https://launchpad.net/~jon-severinsson/+archive/ffmpeg


Basicly:

Add to /etc/apt/sources.list -> deb http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu oneiric main

Add the key sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CFCA9579
apt-get update
apt-get install ffmpeg

Fast Forward, Pause & Resume, Seek to middle of file works (tv is Sony KDL-52LX900)

Wow I don't understand any of that lol Is there a dummy version? Please I'd like to get Resume to work on my Samsung. Thx
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Nov 13, 2011 1:00 pm

Re: playback issues after ubuntu upgrade

Resume should be working for Samsungs C/D seeries.
<<

laz305

Serviio newbie

Posts: 13

Joined: Wed Nov 09, 2011 3:54 pm

Post Sun Nov 13, 2011 3:22 pm

Re: playback issues after ubuntu upgrade

zip wrote:Resume should be working for Samsungs C/D seeries.

How do I find out what series I got? I'm using a Samsung HT-D5300 and Samsung TV 550 Series. Is it suppose to do it automatically or do I have to do something to activate Resume Playback?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Nov 13, 2011 5:33 pm

Re: playback issues after ubuntu upgrade

the HT is aa D series, the TV you have to provide the full model name, eg mine in LE40B650 (B series) or LE40C6500 (C series)
<<

FoH

Streaming enthusiast

Posts: 40

Joined: Fri Jan 06, 2012 5:14 pm

Post Fri Jan 06, 2012 5:20 pm

Re: playback issues after ubuntu upgrade

I have the same problem (Sony Bravia 2010, EX500), and I will upgrade FFMpeg to try to solve it. Although, pause/play and fast forward does work when I'm using Serviio through my PS3. How come? Is it possible to change the Bravia profile to make it work with the tv as well?

Using:
Ubuntu 11.10 64-bit
Serviio 0.6.2

Edit:
I upgraded using the PPA earlier in the thread, and it works great. I'm convinced this is the best solution, but I'm still interested in the details as to why it was working on the PS3 :) Here's a bit simpler method of upgrading ffmpeg:
1. Open a terminal* and write/copy this and hit Enter (you'll have to confirm with an additional Enter also):
  Code:
sudo apt-add-repository ppa:jon-severinsson/ffmpeg

2. Then open the Update Manager and do an update, but refresh the lists first!

* You can open a terminal quickly by pressing Ctrl + Alt + T
<<

haytona

Serviio newbie

Posts: 3

Joined: Mon Jul 23, 2012 9:00 am

Post Mon Jul 23, 2012 9:07 am

Re: playback issues after ubuntu upgrade

Thanks FoH! Replying to this thread as I found it via search.

Just confirming the instructions above work on Ubuntu 12.04 LTS 64 bit, and I am now able to pause and fast-forward on my Sony Bravia KDL-40NX710 (2010) where I was unable to previously with Serviio 0.6.2

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 24 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.