Page 1 of 1

Transcoding Question

PostPosted: Sun Dec 09, 2012 6:07 am
by Aardvogel
I am trying to debug some required transcoding changes for a profile and an Online Resource (specifically the ABC Iview plugin written by TTGUY)

How to do you get FFMPEG -I info for an Online Resource that includes an Auth field?

I have DEBUG turned on for Logging and can see Process Executor executing the FFMPEG -I but I can see no details regarding the file in the log

Re: Transcoding Question

PostPosted: Sun Dec 09, 2012 6:58 pm
by zip
you will only see the actual commands in the log, not the output of the command. You'll have to find the command in the log and run it manually

Re: Transcoding Question

PostPosted: Sun Dec 09, 2012 9:57 pm
by Aardvogel
Ran the command manually but it gives the following error

E:\Program Files\Serviio\lib>ffmpeg -i "rtmp://cp53909.edgefcs.net:1935/mp4:flas
h/playback/_definst_/upstairsdownstairs_01_02.mp4 app=ondemand?auth=daEdQd2c8bwc
8ccc0ancJdxdjcfdjaldbb_-bqXqx8-8-lnp_rFtpF&aifp=v001 playpath=mp4:flash/playback
/_definst_/upstairsdownstairs_01_02.mp4 swfUrl=http://www.abc.net.au/iview/image
s/iview.jpg swfVfy=1 buffer=100000000"
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
built on Jul 10 2012 03:40:45 with gcc 4.6.3
configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='
-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enab
le-pthreads --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --pkg-config=pk
g-config
libavutil 51. 64.100 / 51. 64.100
libavcodec 54. 33.100 / 54. 33.100
libavformat 54. 15.102 / 54. 15.102
libavdevice 54. 1.100 / 54. 1.100
libavfilter 3. 1.100 / 3. 1.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
rtmp server sent error
rtmp server requested close
rtmp://cp53909.edgefcs.net:1935/mp4:fla ... ownstairs_
01_02.mp4 app=ondemand?auth=daEdQd2c8bwc8ccc0ancJdxdjcfdjaldbb_-bqXqx8-8-lnp_rFt
pF&aifp=v001 playpath=mp4:flash/playback/_definst_/upstairsdownstairs_01_02.mp4
swfUrl=http://www.abc.net.au/iview/images/iview.jpg swfVfy=1 buffer=100000000: U
nknown error occurred

Re: Transcoding Question

PostPosted: Wed Dec 12, 2012 11:59 am
by Aardvogel
Anyone got any idea as to why I am getting the above error from FFMPEG -i?

Thanks

Re: Transcoding Question

PostPosted: Wed Dec 12, 2012 12:08 pm
by zip
Either thr rtmp URL is wrong, or the libRtmp cannot deal with it.

rtmp server sent error
rtmp server requested close


also swfUrl is weird, it should be something.swf, not a jpg.