From: Rune E. <run...@gm...> - 2007-12-26 22:57:37
|
I am experiencing some problems using gms to transcode mythtv video to my nokia n800. When I test this on my gms and mythtv server, I get this: /usr/bin/gmencoder -d -i myth://<username removed>:<password removed>@ 192.168.1.126:6543/livetv?channel=10 --video-encode theoraenc --video-opts quality=30,sharpness=2 --video-fps 10 --video-width 240 --video-height 144 --audio-encode vorbisenc --audio-opts managed=true --mux-element oggmux -o fd://4 PROGRESS:1186 PROGRESS:2193 PROGRESS:3233 PROGRESS:4239 PROGRESS:6269 PROGRESS:7393 PROGRESS:8401 PROGRESS:10521 Error: Error [1] Internal data flow error. (gstbasesrc.c(1816): gst_base_src_loop (): /pipe/bin2/src: streaming task paused, reason error (-5)) The encoding variably shows a number of progress lines and always ends with the same error When starting MMythTV on my N800 (using Os2008) I get this in /var/log/gms.log: ### 2007-12-26 23:51:43 gms.utils INFO Loaded TranscoderGMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/gmencoder.py ### 2007-12-26 23:51:43 gms.utils INFO Loaded TranscoderMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/mencoder.py ### 2007-12-26 23:51:43 gms.server INFO GMyth-Streamer serving HTTP on 0.0.0.0:40000 ### 2007-12-26 23:51:51 gms.request INFO "GET /transcode.do?transcoder=gmencoder&type=myth&uri=<username removed>:<password removed>@ 192.168.1.126:6543/?mythconverg%26channel=21&width=240&height=144&video-opts='quality=16'&fps=13&mux=oggmux&ae=vorbisenc&ve=theoraencHTTP/1.1" 200 - ### 2007-12-26 23:51:51 gms.gmencoder INFO GMencoder: /usr/bin/gmencoder -d -i myth://mythtv:mythtv@192.168.1.126:6543/?mythconverg&channel=21 --video-encode theoraenc --video-opts 'quality=16' --video-fps 13 --video-width 240 --video-height 144 --audio-encode vorbisenc --audio-opts managed=true --mux-element oggmux -o fd://4 ### 2007-12-26 23:51:54 gms.gmencoder ERROR Detected problem @ gmencoder: Error: Error [1] Internal data flow error. ( gstbasesrc.c(1816): gst_base_src_loop (): /pipe/bin2/src: ### 2007-12-26 23:51:54 gms.gmencoder INFO OK ### 2007-12-26 23:51:54 gms.request ERROR 192.168.1.125: code 404, message File not found ### 2007-12-26 23:51:54 gms.request INFO "GET /transcode.do?transcoder=gmencoder&type=myth&uri=<username removed>:<password removed>@ 192.168.1.126:6543/?mythconverg%26channel=21&width=240&height=144&video-opts='quality=16'&fps=13&mux=oggmux&ae=vorbisenc&ve=theoraencHTTP/1.1" 404 - I am using the following version of gms on my mythtv server (based on mythbuntu 7.10): gms 0.3-gutsy2-svn11212007 from "deb http://www.renatofilho.com/apt gutsy main" regards, Rune Evjen Norway |