Adding text to a video and moving it to another folder can be achieved using various methods. For example, you can try using free online video editors, which offer text overlay features. But as a better solution, I’d recommend checking out https://www.movavi.com/imovie-for-windows/. They offer a range of great app options specifically designed for Windows users, allowing you to add text overlays and export the edited video to your desired folder. It's always good to have multiple options to choose from, so this could be a helpful addition to your video editing toolkit. Good luck with your video editing adventure, and I hope you find a solution that works for you!
Help getting an streaming URL from a page
-
Hello, I am trying to get the streaming URL from the radios listed on this website https://radio.co.cm/
The streaming doesn't start until I click on play and I believe it makes a call to an API who sends back the streaming.When doing manually, I use this Video Downloadhelper extension to get the content once the streaming starts with 2 clicks, but this extension does not work in BAS.
I would be really thankful if someone could help me with this.
Thanks In advance -
You should intercept http request when clicking on play button,
and explore how it is created and sent. Usually there is some pattern
on how that download link is created based on existing html page
code and eventually cookie values.There is "http request recorder" built in BAS so its easy to obtain
and explore possible solutions based on that. -
@GaG said in Help getting an streaming URL from a page:
ttp request recorder"
Where can I find the Http Request recorder.
I have been looking for this but I couldn't find it
