From: <lan...@ya...> - 2008-01-18 21:10:22
|
I went back and looked at the new log file, and there is one slight change after recompiling from the sources: root@SparkyXU:/var/log# more gms.log ### 2008-01-18 12:56:35 gms.utils INFO Loaded TranscoderMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/mencoder.py ### 2008-01-18 12:56:35 gms.utils INFO Loaded TranscoderGMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/gmencoder.py ### 2008-01-18 12:56:35 gms.server INFO GMyth-Streamer serving HTTP on 0.0.0.0:40000 ### 2008-01-18 12:56:45 gms.request INFO "GET /transcode.do?transcoder=gmencoder&type=myth&uri=mythtv:mythtv@192.168.1.81:6543/?mythconverg%26channel=100&width=240&height= 144&video-opts='quality=16'&fps=13&mux=oggmux&ae=vorbisenc&ve=theoraenc HTTP/1.1" 200 - ### 2008-01-18 12:56:45 gms.gmencoder INFO GMencoder: /usr/local/bin/gmencoder -d -i myth://mythtv:mythtv@192.168.1.81:6543/?mythconverg&channel=100 --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:3149): GLib-GObject-WARNING **: value "300000" of type `gint' is invalid or out of range for property `bitrate' of type `gint' ** (gmemcoder:3149): WARNING **: Mux element no have audio PAD ** (gmemcoder:3149): WARNING **: Invalid uri ..... It is no longer giving this warning: ** (gmemcoder:10602): WARNING **: Lowest allowed bitrate is 6000 ----- Original Message ---- From: Renato Araujo <re...@gm...> To: lan...@ya... Cc: gmy...@li... Sent: Friday, January 18, 2008 10:57:41 AM Subject: Re: [Gmyth-devel] Streaming Not Working - Log attached. Hi, I saw in your info, you are using Ubuntu feisty, and the packages to new version gms is only available to gutsy for now. If you want you can get the svn head and install. Sorry, I will create feisty package asap. On Jan 18, 2008 12:47 PM, <lan...@ya...> wrote: > > I can not find a reference to 0.3-gutsy2-svn11212007, but I am sure that > gms_0.3-indt2_i386.deb is installed. > > root@SparkyXU:/var/lib/apt# apt-cache show gms > Package: gms > Version: 0.3-indt2 > Architecture: i386 > Depends: gmencoder > Installed-Size: 188 > Maintainer: Renato Araujo Oliveira Filho <ren...@in...> > Priority: optional > Section: sound > Filename: pool/extras/g/gms/gms_0.3-indt2_i386.deb > Size: 15698 > MD5sum: cecbf1e24bc2303c639bd6c7e350e01e > Description: Media transcoder deamon > Homepage: http://gmyth.sourceforge.net/ > > root@SparkyXU:/var/lib/apt# apt-cache showpkg gms > Package: gms > Versions: > 0.3-indt2 > (/var/lib/apt/lists/hallysonluiz.com_mythtv_dists_feisty_extras_binary-i386_Packages) > (/var/lib/dpkg/status) > Description Language: > File: > /var/lib/apt/lists/hallysonluiz.com_mythtv_dists_feisty_extras_binary-i386_Packages > MD5: 5d0a4ebe69a70cbcbe07651c2eb42824 > > > Reverse Depends: > Dependencies: > 0.3-indt2 - gmencoder (0 (null)) > Provides: > 0.3-indt2 - > Reverse Provides: > > > > > ----- Original Message ---- > From: Renato Araujo <re...@gm...> > To: Trevor <lan...@ya...> > Cc: gmy...@li... > Sent: Friday, January 18, 2008 10:19:45 AM > Subject: Re: [Gmyth-devel] Streaming Not Working - Log attached. > > Hi Trevor, > > Do you can verify if you have the last gms version? (package version: > 0.3-gutsy2-svn11212007) > > BR > > > > On Jan 18, 2008 11:48 AM, Trevor <lan...@ya...> wrote: > > > > 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 > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Gmyth-devel mailing list > > Gmy...@li... > > https://lists.sourceforge.net/lists/listinfo/gmyth-devel > > > > > > > > -- > Renato Araujo Oliveira Filho > Instituto Nokia de Tecnologia - INdT > > -- Renato Araujo Oliveira Filho Instituto Nokia de Tecnologia - INdT |