Notices


Reply
Thread Tools
Posts: 100 | Thanked: 6 times | Joined on Jul 2007
#11
darn...i wish someone would come up with a hacked player for slingbox then...and some way to cut through all their encryption nonsense...geez...they must be afraid the TV industry will destroy the company...that's the only logic for the encryption thing...they obviously considered that move very strategically.....if only we could get at that stream coming from the slingbox...hmmm
 
Posts: 20 | Thanked: 3 times | Joined on Sep 2007 @ Germany
#12
To stream mthtv content to the n800 there are .deb for feisty on
http://gmyth.sourceforge.net/wiki/in.../GMythStreamer

I could install the .debs and I can list channel on my n800 with gmyth-ls and I can grab video with gmyth-cat but this file does not play on my n800 with mplayer. On my desktop it plays fine.

How can I live transcode tv?
I`m using an analog hauppauge tv card this should not be the problem.

How can I check if the trancoding process is working?
EDIT: Do I have to start gstreamer somehow?
 
Posts: 20 | Thanked: 3 times | Joined on Sep 2007 @ Germany
#13
 
Posts: 356 | Thanked: 38 times | Joined on Nov 2005 @ Finland
#14
Originally Posted by halbamy View Post
EDIT: Do I have to start gstreamer somehow?
GMythStream is installed as a daemon. To start/stop:

# /etc/init.d/gmsd start
# /etc/init.d/gmsd stop
The logs are saved at /var/log/gms.log
__________________
N900 as day to day phone
N770 for childrens music
 
Posts: 20 | Thanked: 3 times | Joined on Sep 2007 @ Germany
#15
Thanks mrp

I used to use gms.py directly but I guess its better to use the daemon.

But I still get this error:
### 2007-09-25 14:39:23 gms.utils INFO Loaded TranscoderGMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/gmencoder.py
### 2007-09-25 14:39:23 gms.utils INFO Loaded TranscoderMencoder (Transcoder) from /usr/share/gms/plugins/transcoders/mencoder.py
### 2007-09-25 14:39:23 gms.server INFO GMyth-Streamer serving HTTP on 192.168.0.37:40000
### 2007-09-25 14:40:17 gms.request INFO "GET /transcode.do?transcoder=gmencoder&type=myth&uri=my thtv:xidcqpyf@192.168.0.37:6543/livetv/?channel=1&width=320&height=240&video-opts='bitrate=300000'&fps=10 HTTP/1.1" 200 -
### 2007-09-25 14:40:17 gms.gmencoder INFO GMencoder: /usr/bin/gmencoder -d -i myth://mythtv:xidcqpyf@192.168.0.37:6543/livetv/?channel=1 --video-encode ffenc_mpeg1video --video-opts bitrate=300000,pass=512,quantizer=0.01,quant-type=1 --video-fps 10 --video-width 320 --video-height 240 --audio-rate 32000 -o fd://4

** (gmemcoder:5996): WARNING **: Property pass of type GstFFMpegEncPass. Not supported using default enum

** (gmemcoder:5996): WARNING **: Property quant-type of type GstFFMpegEncQuantTypes. Not supported using default enum

(gmemcoder:5996): GStreamer-WARNING **: adding flushing pad 'video_e0' to running element 'flupsdemux0'

(gmemcoder:5996): GStreamer-WARNING **: adding flushing pad 'audio_c0' to running element 'flupsdemux0'
### 2007-09-25 14:40:24 gms.gmencoder ERROR Detected problem @ gmencoder: Error: Error [1] Interner Fehler im Datanfluss (gstbasesrc.c(1642): gst_base_src_loop (): /pipe/bin2/src:

### 2007-09-25 14:40:26 gms.gmencoder INFO OK
### 2007-09-25 14:40:26 gms.request ERROR noname: code 404, message File not found
### 2007-09-25 14:40:26 gms.request INFO "GET /transcode.do?transcoder=gmencoder&type=myth&uri=my thtv:xidcqpyf@192.168.0.37:6543/livetv/?channel=1&width=320&height=240&video-opts='bitrate=300000'&fps=10 HTTP/1.1" 404 -
Is it possible that my processor is just too slow?
I have a amd athlon 64 3000+
 
Posts: 72 | Thanked: 2 times | Joined on Jul 2007
#16
I hav gotten this to mostly work now. i can connect to the mysql database and retrieve the channels. only my streaming doesn't work. gmyth-cat does work. when i test gmencoder with

Code:
gmencoder -i myth://127.0.0.1:6543/livetv?channel=7 -o file:////home/user/channel7.avi
I get a gui and nothing else happens.
heres the console output
Code:
user@ubuntu:~$ gmencoder -i myth://127.0.0.1:6543/livetv?channel=7 -o file:///home/user/channel7.avi

(gmencoder:7638): Gtk-CRITICAL **: gtk_widget_ref: assertion `GTK_IS_WIDGET (widget)' failed

(gmencoder:7638): Gtk-CRITICAL **: gtk_widget_set_size_request: assertion `height >= -1' failed
Loading configuration from [/home/user/.gmencoderrc]
Device DVD: [/dev/dvd].
UseAspectRatioPreviews DVD: [0].
AutoDetectPathMP: [1].
DeleteTemporalFiles: [1].
DeleteCopyToDiskFile: Not Found. Default Value [1].
Detected Mplayer/Mencoder Path [/usr/bin]
Loading TV configuration from []
Error opening the configuration file [].
Resutlado: Not Found. Default Value [-tv on].
Error opening the configuration file [].
UseAspectRatioPreviews: Not Found. Default Value [0].
Error opening the configuration file [].
AutoDetectPathMP: Not Found. Default Value [1].
Error opening the configuration file [].
DeleteTemporalFiles: Not Found. Default Value [1].
Error opening the configuration file [].
DeleteCopyToDiskFile: Not Found. Default Value [1].
Detected Mplayer/Mencoder Path [/usr/bin]

(gmencoder:7638): Gtk-WARNING **: FIXME we don't support GTK_JUSTIFY_FILL yet

(gmencoder:7638): Gtk-WARNING **: FIXME we don't support GTK_JUSTIFY_FILL yet

(gmencoder:7638): Gtk-WARNING **: FIXME we don't support GTK_JUSTIFY_FILL yet

(gmencoder:7638): Gtk-WARNING **: FIXME we don't support GTK_JUSTIFY_FILL yet
then it just sits there and does nothing.
theres alot of configuration files missing where do i get them or how do i make them if this is even the problem?

http://ubuntuforums.org/showthread.php?t=563763

Last edited by jay8378; 2007-09-30 at 16:10.
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:39.