Re: How to get the real rtmp address on this encoding page.New Zeranoe ffmpeg is out, version 3.3.4 and the latest change is that it is not compiled with librtmp.
Despite that, it works with an error message, saves the stream on this site but still not the right one. I wish ffmpeg team were reading this. Here are right params error message refers to ( native rtmp ): https://libav.org/avconv.html#rtmp Librtmp params: Code:
ffmpeg.exe -i "rtmp://birds.cdn.newschat.tv/edge app=edge swfUrl=http://newschat.tv/player.swf pageUrl=http://www.livenewschat.eu/international/ playpath=cnni_live live=1" -c copy test.flv Code:
[rtmp @ 0000000000758bc0] Detected librtmp style URL parameters, these aren't supported by the libavformat internal RTMP handler currently enabled. See the documentation for the correct way to pass parameters. Libav params: Code:
ffmpeg.exe -i rtmp://birds.cdn.newschat.tv/edge -rtmp_app edge -rtmp_swfurl http://newschat.tv/player.swf -rtmp_pageurl http://www.livenewschat.eu/international/ -rtmp_playpath cnni_live -c copy test.flv ( -rtmp_live live ) https://ffmpeg.org/ffmpeg-protocols.html#rtmp no error message: Code:
C:\>ffmpeg.exe -i rtmp://birds.cdn.newschat.tv/edge -rtmp_app edge -rtmp_swfurl http://newschat.tv/player.swf -rtmp_pageurl http://www.livenewschat.eu/international/ -rtmp_playpath cnni_live -c copy test.flv Zeranoe FFmpeg Builds http://ffmpeg.zeranoe.com/builds/ Build: ffmpeg-3.3.4-win64-static Code:
Configuration: |
Re: How to get the real rtmp address on this encoding page.Just noticed:
librtmp protocol AVOptions: Code:
-rtmp_app <string> ED...... Name of application to connect to on the RTMP server Code:
token string Key for SecureToken response Code:
socks string Use the specified SOCKS proxy |
Re: How to get the real rtmp address on this encoding page.can someone find me url (rtmp) of this stream so i can play it in vlc :
https://www.earthcam.com/usa/newyork...?cam=skyline_g i used to be able to do it with wireshark but now it doesnt show any rtmp protocols. If you find it, please also explain how you did it, so i can find for other similar webcams. |
Re: How to get the real rtmp address on this encoding page.tnx, but vlc wont play it when i go to open network stream rtmp://video3.earthcam.com:1935/fecnetwork/10874.flv
I get: Your input can't be opened: VLC is unable to open the MRL 'rtmp://video3.earthcam.com:1935/fecnetwork/10874.flv'. Check the log for details. log says a lot, ends with: qt4 debug: IM: Setting an input avcodec error: Failed to open rtmp://video3.earthcam.com:1935/fecnetwork/10874.flv: Unknown error core debug: no access modules matched core error: open of `rtmp://video3.earthcam.com:1935/fecnetwork/10874.flv' failed core debug: dead input core debug: changing item without a request (current 4/5) core debug: nothing to play qt4 debug: IM: Deleting the input i dowloaded the lastest vlc, mpclassic (wont play), bsplayer (wont play), combined comunity codec pack. does your vlc play it? vlc does play it I type into cdm: rtmpdump -r "rtmp://video3.earthcam.com:1935/fecnetwork" -a "fecnetwork" -f "WIN 27,0,0,183" -W "https://www.earthcam.com/swf/streaming/stream_viewer_v3.r31119.swf" -p "https://www.earthcam.com/usa/newyork/worldtradecenter/?cam=skyline_g" -y "10874.flv" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - but then it's also downloading it, and i dont want that. I just want to play it with vlc. |
Re: How to get the real rtmp address on this encoding page.The way you use rtmpdump you are not saving the stream, you pipe output to VLC.
I did not succeed in playing the stream with VLC only, you can use streamlink instead of rtmpdump. Code:
set url="rtmp://video3.earthcam.com:1935/fecnetwork app=fecnetwork swfUrl=https://www.earthcam.com/swf/streaming/stream_viewer_v3.r31119.swf playpath=10874.flv" ![]() |
Re: How to get the real rtmp address on this encoding page.when viewed in internet explorer 11 , wireshark finds rtmpt protocols. What is effecting that? Switch to html5 ? How do i find out which firefox or chrome versions will load the webcam page and use rtmp protocol ? (because i tried some older chrome versions and some didn't show rtmp and other older ones couldnt load the webcam).
|
Re: How to get the real rtmp address on this encoding page.Hi,
just use playlist link of that stream and enter this directly in VLC. Code:
https://video3.earthcam.com/fecnetwork/10874.flv/playlist.m3u8 If you wanna switch to Html5 playing (if site does support that too like Chaturbate flash & Html5) if you also have enabled flash,then you need most disable flash if the player on site xy has no choice button to switch to flash / html5.There is a Firefox AddOn called QuickJava you can use for that just pressing F button to disable/enable flash.This AddOn is only for Firefox to get. About flash.Below a list of flash plugins you need to install for the browser you do use.Last link is standalone player if you need to play or watch swf / links etc. Code:
Internet Explorer - ActiveX If you want to use flash in Chrome and it dosent work for incognito mode then disable this flag... Code:
chrome://flags/#prefer-html-over-flash <-- disable greetz |
Re: How to get the real rtmp address on this encoding page.thanks for
https://video3.earthcam.com/fecnetwo.../playlist.m3u8 that works in vlc, so i don't have to go the command prompt route anymore. But quickjava did not help. With flash enabled or disabled in quickjava, wireshark shows no rtmpt protocols for this site: https://www.earthcam.com/usa/newyork...?cam=skyline_g |
Re: How to get the real rtmp address on this encoding page.Hi,
I said with QJ AddOn you can disable / enable only flash by button press on F but you cant disable HTML5.If you want to force playing flash like on your site then use InternetExplorer as j_cool said & did.Try this with a WS capture session. greetz |
All times are GMT -6. The time now is 08:38 AM. |