View Single Post
  #1  
Old 09-25-2016, 06:19 AM
newbiejaja newbiejaja is offline
Junior Member
 
Join Date: Apr 2016
Posts: 3
newbiejaja is on a distinguished road
Default

Help with FFMPEG


I'm very new to using FFMPEG and other streaming devices.
I've got ffmpeg og ism downloader. If that's info you need.

Here's an example from the site: http://sumo.tv2.no/programmer/serier...howPlayer=true

I then go to souce code, by clikcing near the webplayer. I did not need a subscription to access the videos. But, now they change their player and I can't get it anymore!
With or without a subscription. I've tried using sniffer, HDS thingy in firefox, nothing works.

Back to the example. I go to the source code of that link. Scroll down, so I then get this code and make it a bat file.
ffmpeg.exe -i "http://tv2-stream-od.online.no/dashvod2/_definst_/amlst:968797_ps101020_pd2721500.smil/manifest.mpd" -c copy -bsf:a aac_adtstoasc "Video.mp4"
pause


This used to work before, but not now. Now I get a message saying "Invalid data found when processing data". Sometimes I get the 403 forbidden message.

I've tried everything.
But nothing works. They changed their webplayer and ruined everything, again. This is the third time this year.
Can you see what I need to change?
I tried URL sniffer, and found this:
http://tv2-stream-od.online.no/dashv...l/manifest.mpd
It doesn't work, I get this error: Invalid data found when processing input
This file however, might be to help. I see some data in there that might be a huge help. But, I don't know what I'm looking for. This file is completley safe. It's for a different video than the example, and you can only access the manifest file with the sniffer with a subscription. I don't have one at the moment, but did when I get this file. It has some data in it and a "chunk" file.. maybe you know what I need? what code I need, how to get these videos?

I do have Php AdobeHDS too. Tried this in desperation. Never thought it would work:
php AdobeHDS.php --manifest "http://tv2-stream-od.online.no/dashvod2/_definst_/amlst:1059244_ps18000_pd2314530.smil/manifest.mpd" --delete
pause


"No media entry found", as expected.

Do you know what to do? What command do I need? what info? help! I'm completely lost here.
Reply With Quote