I'm trying to stream a MP4 video file from a RTMP server but it's now working.
When I change it to a normal HTTP MP4 file, it works.
I want to use something like that:
rtmp://id.cloudfront.net:80/cfx/st/mp4:video/transparentvideo.mp4 (I changed the id here, but it works on a player like VLC).
When I use normal HTTP like that, it works:
https://id.cloudfront.net/video/transparentvideo.mp4
Thanks!
Fernando