Add support for rtsp URLs and H263 videos

Issue #418 resolved
Petr Nejedly repo owner created an issue

used in some YouTube videos

rtsp://v6.cache5.c.youtube.com/CiULENy73wIaHAnan7rTr3_bgRMYDSANFEgGUglwbGF5bGlzdHMM/0/0/0/video.3gp

FFmpeg output:

AMR fmtp attribute octet-align had nonstandard empty value [h263 @ 0358b000] warning: first frame is no keyframe [rtsp @ 013293c0] Estimating duration from bitrate, this may be inaccurate Input #0, rtsp, from 'rtsp://v6.cache5.c.youtube.com/CiULENy73wIaHAnan7rTr3_bgRMYDSANFEgGUglwbGF5bGl zdHMM/0/0/0/video.3gp': Metadata: title : Video Duration: 00:14:56.33, start: 0.166633, bitrate: N/A Stream #0.0: Video: h263, yuv420p, 176x144 [PAR 12:11 DAR 4:3], 29.97 tbr, 90k tbn, 29.97 tbc Stream #0.1: Audio: amrnb, 8000 Hz, 1 channels, flt

Feed URL: https://gdata.youtube.com/feeds/api/playlists/2182BB13F6666E84 Source attached

Comments (8)

  1. Former user Account Deleted

    While the title of this issue includes H263, there is no reference to it in content. This comment is to say that Serviio correctly recognizes and transcodes both VP6 and Sorenson Spark H263 as used in YouTube low quality and abc-news online feed videos. There is however a bug in the playback of those transcoded videos on D series Samsung TV's which I have posted as #429, but all these VP6/H263 online videos transcode and play correctly on the Samsung D Series BR. I believe H263 should be removed from the title of this issue.

  2. Petr Nejedly reporter

    Serviio doesn't know H263 codec, as provided from ffmpeg -i. That's the reason this ticket exists.

  3. Former user Account Deleted

    I assume that means one cannot use vCodec='h263' in transcoding matches until it is recognized. I believe VP6 is already recognized. Am I correct?

  4. Log in to comment