View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Tue Feb 24, 2009 8:32 am 
Offline
Joined: Wed Nov 09, 2005 1:21 pm
Posts: 161
Location: Manchester UK
OK Ive loaded R6 and because of a dodgy database i did a new install.

just to let you know Video playback does not work out of the box (For Me)

It seems to use a python script to start it call "mplayer-resumer.py" if I remember, the picture dosnt even start !!!!. I changed this to mplayer and it worked, to a fashion, got a picture but could only control it throught the keyboard. I assume the lirc file dosnt have the commands set up for mplayer for a microsoft remote.

Ok so then i changed the player to Internal and things are fine.

_________________
Running:-
Intel 930 3GHz dual Core
Thermaltake Fanless CPU Cooler
Asus P5GS
Samsung 750G Sata HDD
8400 512m Video Card
2 * jetway DVB-t
1 * Haupage DVB-S2 Card
Samsung Sata 16x DVDRW
2048M Ram
1 * Netop Ion 330


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 24, 2009 9:26 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Bug reports on Flyspray please: http://linhes.org/flyspray/


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 24, 2009 11:05 pm 
Offline
Joined: Wed Oct 12, 2005 7:54 am
Posts: 88
Same here. Switched to "Internal" and videos play fine.

Tailed mythfrontend.log with default settings and this was the output after trying to watch the video:

sh: mplayer-resumer.pl: command not found

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 25, 2009 12:42 am 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Yep. Please open a flyspray ticket or pile onto the existing one.


Top
 Profile  
 
 Post subject: More fudge
PostPosted: Wed Feb 25, 2009 9:33 pm 
Offline
Joined: Wed Nov 09, 2005 1:21 pm
Posts: 161
Location: Manchester UK
Ok I will do another flyspray ticket.

I got mplayer to work the buttons dont seem to be the same as my old config file. that was confusing !!

I use the folowing command line


Code:
mplayer -fs -vo xv -vf pp=lb  %s


As i mentioned in my previous posts i did a new install and copied the tv files over to /myth/video/tv

the problem is that its hit and mis as to wether mplayer plays the correct audio channel about 30% of the time i get the audio description for the blind.

so I redid this script that I had for mencoding them but I cant get it to work
It extracts the correct audio ID 702 on the one i am workin on but mplayer fails to start with the error
Error parsing command line aid should be integer : 702

if I type


Code:
mplayer -fs -vo xv -vf pp=lb -aid 702 xxxx.mpg


I get the correct audio channel

heres my code


Code:
#!/bin/sh
aid="$(echo q | mplayer -ao null -vo null -v "$1" 2>&1 | grep 'FOUND.*type=0x50' | sed 's,.*pid=[^ ]* (\([^)]*\)).*,\1,' | sort -n | head -1)"
echo "$aid"
echo mplayer -fs -vo xv -vf pp=lb -aid "$aid" "$1"
exec mplayer -fs -vo xv -vf pp=lb -aid "$aid" "$1"


I tried to use the echo to display the command but that didnt work

Any suggestions please, as it is every time the wife hits one with the wrong audio channel she looks at me as if I did it deliberately, and i have to get up and hit th # key on the keyboard to change audio channels.

So can someone tell me why the last line of that code does not work
Or
the mplayer command to add to my lircrc to change audio channels
Or
If there is another way to get mplayer to play the lowest audio pid (not the first one it found)

_________________
Running:-
Intel 930 3GHz dual Core
Thermaltake Fanless CPU Cooler
Asus P5GS
Samsung 750G Sata HDD
8400 512m Video Card
2 * jetway DVB-t
1 * Haupage DVB-S2 Card
Samsung Sata 16x DVDRW
2048M Ram
1 * Netop Ion 330


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 63 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu