1. why don't you use the KVS system which protects the content better than wordpress.
2. you can add extra storage server in kvs which hides the source or you can block direct access to the video
3. the site looks ok, the advertisement under the player appears as another player for 30 seconds...
Let me see if I understand correctly:
Let's say I upload MKV files where each one has 2 or more audio tracks available and multiple subtitles.
Do you mean that after conversion these will be available in the player without me having to add them manually?
If this project is long and what you said...
Can you make all of this account acces an app made inside telegram, or any other website or app?
Let`s say i buy 1000 account and what all acces any app,page, inside or outside telegram or join to a telegram channel, etc.
The idea is not bad but you need to solve the problem with the loading speed.
I tested both on chrome and TOR where it loads quite slowly.
Nobody waits 5-10 minutes for a page to load to get to the player.
Solve this problem if you can and then maybe you will be successful.
What do you want to extract?
You can do something like this:
1. open inspect element
2. in the console put a code to extract all the links to the files you want
3. then with python you can download all those files where the links are saved in a txt file.
That's what I do on most sites that I...
You do this on your computer.
But if you want it automated, you can make a php script with python or whatever language you want, put it on the server and it does everything automatically.
You must have ffmpeg and python installed on the server.
Depending on the number of requests / files...
chatgpt + python + ffmpeg
one file:
ffmpeg -i "input.m3u8" -c copy -bsf:a aac_adtstoasc output.mp4
and more than one files:
@Echo offfor %%f in (*.m3u8) do ( ffmpeg -i "%%f" -c copy -bsf:a aac_adtstoasc "%%~nf.mp4" echo Converted %%f to %%~nf.mp4)
sorry but this will not help a lot any webmaster.
I have one made by me that extract from a website 5 source video, all the link and after that import in my account.
What you can do, is import all link in your wordpress account as bulk.
For ex:
import in bluk like 50-100 or more in chuck
TMDB to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.