View Single Post
  #16  
Old 03-03-2016, 09:36 AM
ArekMe ArekMe is offline
Junior Member
 
Join Date: Sep 2015
Posts: 9
ArekMe is on a distinguished road
Default

Re: showup.tv how to record with rtmpdump?


Quote:
Originally Posted by woodsman View Post
bash
wget http://showup.tv/egzotycznaprzygoda
parsing
then
echo -n $model | openssl md5
echo -n $my_id$model | openssl md5
echo -n $my_id/$model | openssl md5
but always wrong md5 hash

No no no .... this can't work !
It's not so easy as you think.

You must do:
- login to showup.tv
- get yout md5 (you must parse webpage for that, not calculate from nothing), connect to showup websock server, send them your md5 and model name, you get model id in response.

Now you can put this id in rtmpdump command line.

If you buy me beer i can wrote simple app to do this for you.
Reply With Quote