Thanks,
John
2) mdd.pl (0.5.2). findFileSG for some reason was looking for /var/
lib/mythtv/recordings1038_20111202210100.mpg [note no slash] instead
of /var/lib/mythtv/recordings/1038_20111202210100.mpg. So I hacked to
look for "$d/$file" instead of "$d$file".
3) It streams video to the Android now, but no audio. mdd.log shows:
Sun 4 Dec 08:51:37 - Debug - Execute /usr/bin/vlc --demux avformat -
vvv -I oldrc --rc-host mythbuntu:16547 --rc-fake-tty --file-
caching=2000 /var/lib/mythtv/recordings/1038_20111202210100.mpg --
sout='#transcode{vcodec=h264,venc=x264{no-
cabac,level=30,keyint=50,ref=4,bframes=0,bpyramid=none,profile=baseline,no-
weightb,weightp=0,no-8x8dct,trellis=0},vb=448,threads=1,deinterlace,acodec=mp4a,samplerate=48000,ab=128,channels=2,audio-
sync}:rtp{sdp=rtsp://mythbuntu:5554/stream}' 2>&1 >> /tmp/mddvlc.log
Sun 4 Dec 08:51:37 - Warning - VLC: [0x8542b9c] main interface error:
no suitable interface module
Sun 4 Dec 08:51:37 - Warning - VLC: [0x8518914] main libvlc error:
interface "globalhotkeys,none" initialization failed
Sun 4 Dec 08:51:37 - Warning - VLC: [0x869c99c] stream_out_transcode
stream out error: cannot find audio encoder (module:any fourcc:mp4a)
Sun 4 Dec 08:51:37 - Warning - VLC: [0x869c99c] stream_out_transcode
stream out error: cannot create audio chain
Sun 4 Dec 08:51:37 - Warning - VLC: [0x8673a04] main decoder error:
cannot create packetizer output (mpga)
I am not at all a vlc or streaming guru so do you have any tip?
I think I am running mythdroid 0.5.2 apk (Nov 15)
Thanks!
John
On Dec 4, 4:28 am, foo bar <foo...@gmail.com> wrote:
> Hi,
>
> On 3 December 2011 14:59, John C <john.clo...@gmail.com> wrote:
>
> > Have only now tried streaming to my android (galaxy tab). I get
> > "http://192.168.2.44:15647connection refused". Is there something
1) vlc wasn't running because I run mythfrontend as user "john" and
the vlc command could not write to /var/log. I just changed it to
write to /tmp/mddvlc.log and that got that
2) mdd.pl (0.5.2). findFileSG for some reason was looking for /var/
lib/mythtv/recordings1038_20111202210100.mpg [note no slash] instead
of /var/lib/mythtv/recordings/1038_20111202210100.mpg. So I hacked to
look for "$d/$file" instead of "$d$file".
3) It streams video to the Android now, but no audio.
Sun 4 Dec 08:51:37 - Warning - VLC: [0x869c99c] stream_out_transcode
stream out error: cannot find audio encoder (module:any fourcc:mp4a)
On Dec 4, 9:38 am, foo bar <foo...@gmail.com> wrote:
> Hi John,
>
> On 4 December 2011 15:30, John C <john.clo...@gmail.com> wrote:
>
> > 1) vlc wasn't running because I run mythfrontend as user "john" and
> > the vlc command could not write to /var/log. I just changed it to
> > write to /tmp/mddvlc.log and that got that
>
> Hm. It should write to /tmp/vlc.out by default, not into /var/log...
Oh, my bad, it seems I had patched mdd to (attempt to) write to /var/
log!!
>
> > 2) mdd.pl (0.5.2). findFileSG for some reason was looking for /var/
> > lib/mythtv/recordings1038_20111202210100.mpg [note no slash] instead
> > of /var/lib/mythtv/recordings/1038_20111202210100.mpg. So I hacked to
> > look for "$d/$file" instead of "$d$file".
>
> Ok, thanks for that. I thought that all SG dirs have trailing '/'s but a
> check is trivial - I'll add one.
>
> > 3) It streams video to the Android now, but no audio.
> > Sun 4 Dec 08:51:37 - Warning - VLC: [0x869c99c] stream_out_transcode
> > stream out error: cannot find audio encoder (module:any fourcc:mp4a)
>
> Looks like you're missing an AAC (MP4A) encoder - you probably need to
> enable one at (vlc) compile time.
I've been browsing 17 pages of discussion at http://ubuntuforums.org/showthread.php?t=1117283
and
conclude that it's way over my head and I can't afford to risk messing
up my mythtv installation and
try to recover from it right now.
I realize you're not the right person to ask but are there any audio
codec encoding alternatives that
would likely play on my galaxy tab and LG optimus S that are not
"restricted"?
Cheers,
John
Hope you get it working.
> Looks like you're missing an AAC (MP4A) encoder - you probably need to> enable one at (vlc) compile time.I've been browsing 17 pages of discussion at http://ubuntuforums.org/showthread.php?t=1117283
and conclude that it's way over my head and I can't afford to risk messing
up my mythtv installation and try to recover from it right now.
I realize you're not the right person to ask but are there any audio codec encoding alternatives
that would likely play on my galaxy tab and LG optimus S that are not "restricted"?
Scroll right to the bottom, and read his comment, BEFORE you do
anything ;-)