On Sun, 8 Apr 2012, Samuel Pitoiset wrote:

Btw, you can see the following example :

$ rtmpdump 
-r"rtmp://vod-fms.canalplus.fr/ondemand/videos/1203/BREF_EPISODES_120328_CAN_
249936_video_HD.mp4" --app "ondemand"
(works fine)

In that case, app=ondemand and
playpath=/videos/1203/BREF_EPISODES_120328_CAN_249936_video_HD.mp4.

$ rtmpdump 
-r"rtmp://vod-fms.canalplus.fr/videos/1203/BREF_EPISODES_120328_CAN_249936_vi
deo_HD.mp4" --app "ondemand"
(doesn't work)

In that case, app=ondemand and
playpath=/1203/BREF_EPISODES_120328_CAN_249936_video_HD.mp4.

Do you understand my explanations ?

Yes, thanks - this explains it. That is, the URL is split according to the same heuristic regardless of any options, and then the options override whatever the heuristic split out from the URL. And this matches what your patch does.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to