StreaMonitor
StreaMonitor copied to clipboard
Amateur TV not recording properly
Hello, I think they implemented a token or something because recorded files are encrypted since few weeks ago and all I see is this (attached img). Can you check it?
Thanks.
Can you check it?
Check what?
Duplication of https://github.com/lossless1024/StreaMonitor/issues/116
Can you check it?
Check what?
Duplication of #116
The code? So it can properly record again from this site?
@eldepor The code is OK. It's recording properly ); Just get the encryption key and decrypt );
@eldepor The code is OK. It's recording properly ); Just get the encryption key and decrypt );
That's what I'm asking the DEV to implement in the code if possible.
There's plenty of information on how to get the key, no need to beg the DEV waste his time.
P.S.: And by the way, they encrypt content for a reason!
There's plenty of information on how to get the key, no need to beg the DEV waste his time.
P.S.: And by the way, they encrypt content for a reason!
Are you the dev? Then shut the F up because that's not your business.
PS: And by the way, you are reported spammer!
@eldepor What's your problem? Loosing lots of money 'cause can't sell those videos no more?
Dev is an idiot to help people like you for free.
@eldepor What's your problem? Loosing lots of money 'cause can't sell those videos no more?
Dev is an idiot to help people like you for free.
You are delusional
Please we need a fix. Cant get decrypted recordings.
If you check the code of the site there's a key.bin file along with the m3u8 and fmp4 url, I have no idea of how to use that.
If you check the code of the site there's a key.bin file along with the m3u8 and fmp4 url, I have no idea of how to use that.
Anyone checked if this is useful?
In the json you can find
"fmp4":"https://live-fmp4-edge.a0s.net/play/live.mp4?token=eyJhbGciO......."
"fmp4-hls":"https://live-hls-edge.a0s.net/play/master.m3u8?token=eyJhbGciO....."}
And inside the m3u8, the key:
https://live-fmp4-edge.a0s.net/play/key.bin?token=eyJhbGciOi.............
Cant this be used in the bot to decrypt?
OK after seeing no one is interested in a workaround for ATV I decided to modify the bot myself, with success. If the dev or anyone else is interested in implementing it or make a fork, just let me know
I would be very grateful if you could share the solution.
I would be very grateful if you could share the solution.
I'm not sure if I should post it here so I invited you to my private repo. Check it out.