From: Trevor <lan...@ya...> - 2008-01-18 14:48:56
|
Similar to the last streaming problem, I have installed GMythStream per the instructions on: http://gmyth.sourceforge.net/wiki/index.php/GMythStream I have searched through the lists, and I am getting a different error message when I attach from the N800/MaemoMyth that I have seen from anyone else. ### 2008-01-18 07:25:30 gms.utils INFO Loaded TranscoderMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/mencoder.py ### 2008-01-18 07:25:30 gms.utils INFO Loaded TranscoderGMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/gmencoder.py ### 2008-01-18 07:25:30 gms.server INFO GMyth-Streamer serving HTTP on 0.0.0.0:40000 ### 2008-01-18 07:57:42 gms.request INFO "GET /transcode.do?transcoder=gmencoder&type=myth&uri=mythtv:mythtv@192.168.1.81:6543/?mythconverg%26channel=7.1&width=240&height=144&video-opts='quality=16'&fps=13&mux=oggmux&ae=vorbisenc&ve=theoraenc HTTP/1.1" 200 - ### 2008-01-18 07:57:42 gms.gmencoder INFO GMencoder: /usr/bin/gmencoder -d -i myth://mythtv:mythtv@192.168.1.81:6543/?mythconverg&channel=7.1 --video-encode theoraenc --video-opts bitrate=300000,pass=512,quantizer=0.01,quant-type=1 --video-fps 13 --video-width 240 --video-height 144 --audio-rate 32000 --audio-encode vorbisenc -o fd://4 ** (gmemcoder:10602): WARNING **: Lowest allowed bitrate is 6000 (gmemcoder:10602): GLib-GObject-WARNING **: value "300000" of type `gint' is invalid or out of range for property `bitrate' of type `gint' ** (gmemcoder:10602): WARNING **: Mux element no have audio PAD ** (gmemcoder:10602): WARNING **: Invalid uri (gmemcoder:10602): GStreamer-CRITICAL **: Trying to dispose object "mux", but it still has a parent "pipe". You need to let the parent manage the object instead of unreffing the object directly. (gmemcoder:10602): GStreamer-CRITICAL **: gst_object_unref: assertion `object != NULL' failed (gmemcoder:10602): GStreamer-CRITICAL **: Trying to dispose object "sink", but it still has a parent "pipe". You need to let the parent manage the object instead of unreffing the object directly. (gmemcoder:10602): GStreamer-CRITICAL **: Trying to dispose object "abin", but it still has a parent "pipe". You need to let the parent manage the object instead of unreffing the object directly. (gmemcoder:10602): GStreamer-CRITICAL **: Trying to dispose object "vbin", but it still has a parent "pipe". You need to let the parent manage the object instead of unreffing the object directly. ### 2008-01-18 07:57:43 gms.gmencoder INFO OK ### 2008-01-18 07:57:48 gms.request ERROR 192.168.1.76: code 404, message File not found ### 2008-01-18 07:57:48 gms.request INFO "GET /transcode.do?transcoder=gmencoder&type=myth&uri=mythtv:mythtv@192.168.1.81:6543/?mythconverg%26channel=7.1&width=240&height=144&video-opts='quality=16'&fps=13&mux=oggmux&ae=vorbisenc&ve=theoraenc HTTP/1.1" 404 - Any Ideas? TCL |