Data stream encoding not supported yet (only streamcopy)
I'm having an issue with some videos from my plugin not playing.
This is the plugin I'm using, http://forum.serviio.org/viewtopic.php?f=20&t=11457, configured as a web resource with this URL, http://science.discovery.com/tv-shows/how-its-made.
Any of the newest 20 videos or so contain those data streams and give this error.
Here is the ffmpeg output for the video.
Here is what I see in the log. I tried this, http://forum.serviio.org/viewtopic.php?f=5&t=7, to get the ffmpeg cmmand, but I still don't see it in the log.
It seems like maybe ffmpeg is failing while trying to transcode the data streams?
This is the plugin I'm using, http://forum.serviio.org/viewtopic.php?f=20&t=11457, configured as a web resource with this URL, http://science.discovery.com/tv-shows/how-its-made.
Any of the newest 20 videos or so contain those data streams and give this error.
Here is the ffmpeg output for the video.
- Code:
ffmpeg.exe -i http://discsmil.edgesuite.net/digmed/hdnet/1b/08/14236300501197_5Natural_Rubber-3500k.mp4
ffmpeg version N-60797-g76dd01e Copyright (c) 2000-2014 the FFmpeg developers
built on Feb 20 2014 22:06:56 with gcc 4.8.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfi
g --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp
e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopenco
re-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp
eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li
bvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable
-zlib
libavutil 52. 65.100 / 52. 65.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 33.100 / 55. 33.100
libavdevice 55. 10.100 / 55. 10.100
libavfilter 4. 1.103 / 4. 1.103
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'http://discsmil.edgesuite.net/digmed/hdnet/1b/08/14236300501197_5Natural_Rubber-3500k.mp4':
Metadata:
creation_time : 2013-10-31 21:43:20
Duration: 00:03:06.65, start: 0.000000, bitrate: 7333 kb/s
Stream #0:0(eng): Data: none (rtp / 0x20707472), 3699 kb/s
Metadata:
creation_time : 2013-10-31 21:43:20
handler_name : Apple Alias Data Handler
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 63 kb/s (default)
Metadata:
creation_time : 2013-10-31 21:43:20
handler_name : Apple Alias Data Handler
Stream #0:2(eng): Data: none (rtp / 0x20707472), 67 kb/s
Metadata:
creation_time : 2013-10-31 21:43:20
handler_name : Apple Alias Data Handler
Stream #0:3(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], 3496 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 59.94 tbc (default)
Metadata:
creation_time : 2013-10-31 21:43:20
handler_name : Apple Alias Data Handler
Here is what I see in the log. I tried this, http://forum.serviio.org/viewtopic.php?f=5&t=7, to get the ffmpeg cmmand, but I still don't see it in the log.
- Code:
2014-02-24 14:46:56,067 WARN [ProcessExecutor] Process cmd has a return code of 1! This is a possible error. Detailed output follows.
Stream #0:3(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], 3496 kb/s, 29.97 fps, 29.97 tbr, 2997 tbn, 59.94 tbc (default)
Metadata:
creation_time : 2013-10-31 21:56:24
handler_name : Apple Alias Data Handler
Data stream encoding not supported yet (only streamcopy)
2014-02-24 13:53:34,226 ERROR [ResourceTransportRequestHandler] Error while processing resource, sending back 500 error. Message: Transcoded file 'C:\Windows\TEMP\Serviio\transcoding-temp-1000000400021345-1-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
java.io.IOException: Transcoded file 'C:\Windows\TEMP\Serviio\transcoding-temp-1000000400021345-1-ORIGINAL.stf' cannot be found, FFmpeg execution probably failed
It seems like maybe ffmpeg is failing while trying to transcode the data streams?