Code Monkey home page Code Monkey logo

Comments (2)

Gu1 avatar Gu1 commented on August 19, 2024

It's actually a rtmpdump upstream change. They changed the way they parse rtmp urls which cause rtmpdump to ask for the wrong playpath.
If you look at the debug output between v2.4 and ArchLinux's rtmpdump-20121203-1, you see this:

2.4:

DEBUG: Playpath : mp4:geo/videothek/ALL/arteprod/A7_SGT_ENC_08_046579-003-A_PG_HQ_FR?h=36237b21d799d48430fb2063332b58ac
DEBUG: tcUrl    : rtmp://artestras.fcod.llnwd.net:1935/a3903/o35
DEBUG: app      : a3903/o35

20121203:

DEBUG: Playpath : videothek/ALL/arteprod/A7_SGT_ENC_08_046579-003-A_PG_HQ_FR?h=36237b21d799d48430fb2063332b58ac
DEBUG: tcUrl    : rtmp://artestras.fcod.llnwd.net:1935/a3903/o35/mp4:geo
DEBUG: app      : a3903/o35/mp4:geo

I think the commit causing this issue is here:
http://repo.or.cz/w/rtmpdump.git/commit/f3e3e6b507ac0df89a11764abd15cc9535593735

from artevideos.

solsticedhiver avatar solsticedhiver commented on August 19, 2024

yeah. I was able to track it down to rtmpdump changes too but I was not able to find the cause and the commit.
I tried a git bisect on their repo without success.
You make it very clear now.

from artevideos.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.