Closed GoogleCodeExporter closed 8 years ago
Could you run mdd in debug mode and attach a log showing this please?
Original comment by foobum
on 13 Apr 2012 at 10:06
Not sure what happened but it looks like it is finding the files now, but still
not playing. Is it the same problem as 95?
Sat 28 Apr 09:34:23 - Debug - New connection from MythDroid
Sat 28 Apr 09:34:23 - Debug - -> CMSG: VIDEOLIST -1 Hitchhiker
Sat 28 Apr 09:34:23 - Debug - <- CMSG: OK
Sat 28 Apr 09:34:23 - Debug - Videos SG exists
Sat 28 Apr 09:34:23 - Debug - <- CMSG: VIDEO
3313||HitchhikerH264AC3||||Unknown||None||||1895||||||Hitchhiker/HitchhikerH264A
C3.mkv||
Sat 28 Apr 09:34:23 - Debug - <- CMSG: VIDEO
3822||HitchhikerH264AC3||||Unknown||None||||1895||||||Hitchhiker/HitchhikerH264A
C3.m4v||
Sat 28 Apr 09:34:23 - Debug - <- CMSG: VIDEOLIST DONE
Sat 28 Apr 09:34:38 - Debug - -> CMSG: STREAM 1280x752 VB 1024 AB 128 SG
Default FILE myth://Videos@192.168.80.131/Hitchhiker/HitchhikerH264AC3.m4v
Sat 28 Apr 09:34:38 - Debug - <- CMSG: OK
Sat 28 Apr 09:34:38 - Debug - Streaming 1280x752 VB 1024 AB 128 SG Default
FILE myth://Videos@192.168.80.131/Hitchhiker/HitchhikerH264AC3.m4v
Sat 28 Apr 09:34:38 - Debug - Will use 2 threads for transcode
Sat 28 Apr 09:34:38 - Debug - Streaming - resolved path is
/mnt/public/videos/Hitchhiker/HitchhikerH264AC3.m4v
Sat 28 Apr 09:34:38 - Debug - Execute /usr/bin/vlc -vvv -I oldrc --rc-host
0.0.0.0:16547 --rc-fake-tty --file-caching=2000
/mnt/public/videos/Hitchhiker/HitchhikerH264AC3.m4v
--sout='#transcode{vcodec=h264,venc=x264{no-cabac,level=30,keyint=50,ref=3,bfram
es=0,bpyramid=none,profile=baseline,no-weightb,weightp=0,no-8x8dct,trellis=0,sub
me=3,no-mbtree,partitions=none,no-mixed-refs},vb=1024,threads=2,deinterlace,maxw
idth=1280,maxheight=752,acodec=mp4a,samplerate=48000,ab=128,channels=2,audio-syn
c}:rtp{sdp=rtsp://0.0.0.0:5554/stream,no-mp4a-latm}' 2>&1
Sat 28 Apr 09:34:38 - Warning - VLC: [0x8e21b5c] stream_out_transcode stream
out error: cannot find audio encoder (module:any fourcc:mp4a)
Sat 28 Apr 09:34:38 - Warning - VLC: [0x8e21b5c] stream_out_transcode stream
out error: cannot create audio chain
Sat 28 Apr 09:34:38 - Warning - VLC: [0x928ec4c] main decoder error: cannot
create packetizer output (mp4a)
Sat 28 Apr 09:34:38 - Warning - VLC: [0x8e21b5c] stream_out_transcode stream
out error: cannot find video decoder
Sat 28 Apr 09:34:38 - Warning - VLC: [0x8e21b5c] stream_out_transcode stream
out error: cannot create video chain
Sat 28 Apr 09:34:38 - Warning - VLC: [0x928b8dc] main decoder error: cannot
create packetizer output (h264)
Sat 28 Apr 09:34:50 - Debug - -> CMSG: STOPSTREAM
Sat 28 Apr 09:34:50 - Debug - <- CMSG: OK
Sat 28 Apr 09:34:50 - Debug - Stop streaming
Original comment by dothedog...@gmail.com
on 28 Apr 2012 at 3:38
Sorry, missed the update. It's not the same problem as 95 but it's similar -
your VLC has been compiled without a mp4a (AAC) encoder. You'll need to get a
VLC with AAC encoding support compiled in (probably something like
--enable-libfaac if compiling by hand). Looks like you're missing h264 support
too (--enable-libx264)!
Original comment by foobum
on 21 May 2012 at 11:42
Sorry, missed the update. It's not the same problem as 95 but it's similar -
your VLC has been compiled without a mp4a (AAC) encoder. You'll need to get a
VLC with AAC encoding support compiled in (probably something like
--enable-libfaac if compiling by hand).
Original comment by foobum
on 21 May 2012 at 11:45
Original issue reported on code.google.com by
dothedog...@gmail.com
on 13 Feb 2012 at 12:11