video blocked by message "HandShake: client signature does not match!"

Issue #723 resolved
Former user created an issue

Reference: http://forum.serviio.org/viewtopic.php?f=5&t=14269&p=81562#p81427

The following video url plays in any player including ffplay, and works fine in ffmpeg even though it issues the message "HandShake: client signature does not match!"

rtmp://d.cdn.livenewschat.eu/edge playpath=cnn_live swfUrl=http://msnbclive.eu/player.swf pageUrl=http://weplaylive.tv/live-news-stream/ live=1

Serviio however will not play the video due to that message. See the logs posted in the referenced post.

Comments (10)

  1. Petr Nejedly repo owner

    ffmpeg -i on the URL doesn't work for me. (Unknown error). Are you using the bundled FFmpeg or a patched librtmp?

  2. Former user Account Deleted

    Bundled as per the outpot in the post.. what does yours show? ffmpeg version N-55020-g768e40b Copyright (c) 2000-2013 the FFmpeg developers built on Jul 28 2013 18:01:30 with gcc 4.7.3 (GCC)

  3. Petr Nejedly repo owner
    d:\java\workspace\serviio-repo\serviio\lib\win32>ffmpeg -i "rtmp://d.cdn.livenewschat.eu/edge playpath=cnn_live swfUrl=http://msnbclive.eu/player.swf pageUrl=http://weplaylive.tv/live-news-stream/"
    ffmpeg version N-54096-ge41bf19 Copyright (c) 2000-2013 the FFmpeg developers
      built on Jun 18 2013 10:49:28 with gcc 4.7.2 (GCC)
      configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtmp --enable-fontconfig --enable-libfreetype --enable-zlib --enable-libx264 --extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz' --arch=x86 --enable-runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --enable-gpl --pkg-config=pkg-config
      libavutil      52. 37.101 / 52. 37.101
      libavcodec     55. 16.100 / 55. 16.100
      libavformat    55.  9.100 / 55.  9.100
      libavdevice    55.  2.100 / 55.  2.100
      libavfilter     3. 77.101 /  3. 77.101
      libswscale      2.  3.100 /  2.  3.100
      libswresample   0. 17.102 /  0. 17.102
      libpostproc    52.  3.100 / 52.  3.100
    HandShake: client signature does not match!
    Closing connection: NetStream.Play.StreamNotFound
    rtmp://d.cdn.livenewschat.eu/edge playpath=cnn_live swfUrl=http://msnbclive.eu/player.swf pageUrl=http://weplaylive.tv/live-news-stream/: Unknown error occurred
    
  4. Former user Account Deleted

    Go figure this!...using serviio copy..same release ..same date.. same configuration

    [code]C:\Users\John>"C:\Program Files\Serviio\lib\ffmpeg.exe" -i "rtmp://d.cdn.l ivenewschat.eu/edge playpath=cnn_live swfUrl=http://msnbclive.eu/player.swf page Url=http://weplaylive.tv/live-news-stream/ live=1" ffmpeg version N-54096-ge41bf19 Copyright (c) 2000-2013 the FFmpeg developers built on Jun 18 2013 10:49:28 with gcc 4.7.2 (GCC) configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs erver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtm p --enable-fontconfig --enable-libfreetype --enable-zlib --enable-libx264 --extr a-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz' --a rch=x86 --enable-runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross -prefix=i686-w64-mingw32- --enable-gpl --pkg-config=pkg-config libavutil 52. 37.101 / 52. 37.101 libavcodec 55. 16.100 / 55. 16.100 libavformat 55. 9.100 / 55. 9.100 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 77.101 / 3. 77.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 HandShake: client signature does not match! Metadata: presetname Custom creationdate Sat Oct 26 07:28:49 2013 videodevice Dazzle DVC100 Video Device framerate 29.97 width 640.00 height 360.00 videocodecid 7.00 videodatarate 550.00 avclevel 31.00 avcprofile 66.00 audiodevice SigmaTel Audio audiosamplerate 44100.00 audiochannels 1.00 audioinputvolume 26.00 audiocodecid 2.00 audiodatarate 112.00 Input #0, flv, from 'rtmp://d.cdn.livenewschat.eu/edge playpath=cnn_live swfUrl= http://msnbclive.eu/player.swf pageUrl=http://weplaylive.tv/live-news-stream/ li ve=1': Metadata: author : copyright : description : keywords : rating : title : presetname : Custom creationdate : Sat Oct 26 07:28:49 2013 : videodevice : Dazzle DVC100 Video Device avclevel : 31 avcprofile : 66 audiodevice : SigmaTel Audio audiochannels : 1 audioinputvolume: 26 Duration: N/A, start: 0.000000, bitrate: 677 kb/s Stream #0:0: Video: h264 (Baseline), yuv420p, 640x360 [SAR 1:1 DAR 16:9], 56 3 kb/s, 125 tbr, 1k tbn, 58 tbc Stream #0:1: Audio: mp3, 44100 Hz, mono, s16p, 114 kb/s At least one output file must be specified[/code]

    
    

    #!java

    #!java

    
    
  5. Log in to comment