Problem playing streaming video on webpage [closed]
up vote
-4
down vote
favorite
Im trying to play a video on webpage for my client the problem is that they use a weird link i tried to use hls players but didnt work
Tried to use html5 player and same thing
VLC and Mx player can run the stream just fine
Example of the streaming link
http://46.243.19.15:4022/udp/239.255.1.111:1235
Its a private link so you won't be able to play it but just to show you
Comments are much appreciated im a web noob
Thanx
javascript html web hls
closed as off-topic by Alon Eitan, jmoerdyk, Tieson T., Jack Bashford, John Conde Nov 21 at 22:02
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – jmoerdyk, Tieson T., Jack Bashford, John Conde
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-4
down vote
favorite
Im trying to play a video on webpage for my client the problem is that they use a weird link i tried to use hls players but didnt work
Tried to use html5 player and same thing
VLC and Mx player can run the stream just fine
Example of the streaming link
http://46.243.19.15:4022/udp/239.255.1.111:1235
Its a private link so you won't be able to play it but just to show you
Comments are much appreciated im a web noob
Thanx
javascript html web hls
closed as off-topic by Alon Eitan, jmoerdyk, Tieson T., Jack Bashford, John Conde Nov 21 at 22:02
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – jmoerdyk, Tieson T., Jack Bashford, John Conde
If this question can be reworded to fit the rules in the help center, please edit the question.
"they use a weird link" Huh?
– Alon Eitan
Nov 21 at 21:28
Well .. its my first time dealing with such usually they're m3u8 or ts but this one is new to me so yeah XD
– Sasuke Sama
Nov 21 at 21:31
add a comment |
up vote
-4
down vote
favorite
up vote
-4
down vote
favorite
Im trying to play a video on webpage for my client the problem is that they use a weird link i tried to use hls players but didnt work
Tried to use html5 player and same thing
VLC and Mx player can run the stream just fine
Example of the streaming link
http://46.243.19.15:4022/udp/239.255.1.111:1235
Its a private link so you won't be able to play it but just to show you
Comments are much appreciated im a web noob
Thanx
javascript html web hls
Im trying to play a video on webpage for my client the problem is that they use a weird link i tried to use hls players but didnt work
Tried to use html5 player and same thing
VLC and Mx player can run the stream just fine
Example of the streaming link
http://46.243.19.15:4022/udp/239.255.1.111:1235
Its a private link so you won't be able to play it but just to show you
Comments are much appreciated im a web noob
Thanx
javascript html web hls
javascript html web hls
asked Nov 21 at 21:24
Sasuke Sama
6
6
closed as off-topic by Alon Eitan, jmoerdyk, Tieson T., Jack Bashford, John Conde Nov 21 at 22:02
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – jmoerdyk, Tieson T., Jack Bashford, John Conde
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by Alon Eitan, jmoerdyk, Tieson T., Jack Bashford, John Conde Nov 21 at 22:02
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: How to create a Minimal, Complete, and Verifiable example." – jmoerdyk, Tieson T., Jack Bashford, John Conde
If this question can be reworded to fit the rules in the help center, please edit the question.
"they use a weird link" Huh?
– Alon Eitan
Nov 21 at 21:28
Well .. its my first time dealing with such usually they're m3u8 or ts but this one is new to me so yeah XD
– Sasuke Sama
Nov 21 at 21:31
add a comment |
"they use a weird link" Huh?
– Alon Eitan
Nov 21 at 21:28
Well .. its my first time dealing with such usually they're m3u8 or ts but this one is new to me so yeah XD
– Sasuke Sama
Nov 21 at 21:31
"they use a weird link" Huh?
– Alon Eitan
Nov 21 at 21:28
"they use a weird link" Huh?
– Alon Eitan
Nov 21 at 21:28
Well .. its my first time dealing with such usually they're m3u8 or ts but this one is new to me so yeah XD
– Sasuke Sama
Nov 21 at 21:31
Well .. its my first time dealing with such usually they're m3u8 or ts but this one is new to me so yeah XD
– Sasuke Sama
Nov 21 at 21:31
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Check the format of your video; if the website is on a server in which you can upload it to use a .MOV and upload instead of redirecting to a link. please also bear in mind that you should attach a free domain to your website to offer some IP protection
Yes sir i will get a domain but first i need to sort this out ... I dont have access to the server currently thats why my biggest issue is knowing the format of the stream its probably m3u8 but since hls players didn't play it then maybe its not?
– Sasuke Sama
Nov 21 at 21:33
My best advice would be to get access to the video and convert it to a .mov with any online converter. The link is not working on my end so perhaps extracting the data from one site to another by redirection isn't working out. Good luck though
– Nour Alaas
Nov 21 at 21:36
Can you give me an app or a site that extract the video informations from a link ? Thanx
– Sasuke Sama
Nov 21 at 21:37
try this saveclipbro.com
– Nour Alaas
Nov 21 at 21:47
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Check the format of your video; if the website is on a server in which you can upload it to use a .MOV and upload instead of redirecting to a link. please also bear in mind that you should attach a free domain to your website to offer some IP protection
Yes sir i will get a domain but first i need to sort this out ... I dont have access to the server currently thats why my biggest issue is knowing the format of the stream its probably m3u8 but since hls players didn't play it then maybe its not?
– Sasuke Sama
Nov 21 at 21:33
My best advice would be to get access to the video and convert it to a .mov with any online converter. The link is not working on my end so perhaps extracting the data from one site to another by redirection isn't working out. Good luck though
– Nour Alaas
Nov 21 at 21:36
Can you give me an app or a site that extract the video informations from a link ? Thanx
– Sasuke Sama
Nov 21 at 21:37
try this saveclipbro.com
– Nour Alaas
Nov 21 at 21:47
add a comment |
up vote
0
down vote
Check the format of your video; if the website is on a server in which you can upload it to use a .MOV and upload instead of redirecting to a link. please also bear in mind that you should attach a free domain to your website to offer some IP protection
Yes sir i will get a domain but first i need to sort this out ... I dont have access to the server currently thats why my biggest issue is knowing the format of the stream its probably m3u8 but since hls players didn't play it then maybe its not?
– Sasuke Sama
Nov 21 at 21:33
My best advice would be to get access to the video and convert it to a .mov with any online converter. The link is not working on my end so perhaps extracting the data from one site to another by redirection isn't working out. Good luck though
– Nour Alaas
Nov 21 at 21:36
Can you give me an app or a site that extract the video informations from a link ? Thanx
– Sasuke Sama
Nov 21 at 21:37
try this saveclipbro.com
– Nour Alaas
Nov 21 at 21:47
add a comment |
up vote
0
down vote
up vote
0
down vote
Check the format of your video; if the website is on a server in which you can upload it to use a .MOV and upload instead of redirecting to a link. please also bear in mind that you should attach a free domain to your website to offer some IP protection
Check the format of your video; if the website is on a server in which you can upload it to use a .MOV and upload instead of redirecting to a link. please also bear in mind that you should attach a free domain to your website to offer some IP protection
answered Nov 21 at 21:30
Nour Alaas
14
14
Yes sir i will get a domain but first i need to sort this out ... I dont have access to the server currently thats why my biggest issue is knowing the format of the stream its probably m3u8 but since hls players didn't play it then maybe its not?
– Sasuke Sama
Nov 21 at 21:33
My best advice would be to get access to the video and convert it to a .mov with any online converter. The link is not working on my end so perhaps extracting the data from one site to another by redirection isn't working out. Good luck though
– Nour Alaas
Nov 21 at 21:36
Can you give me an app or a site that extract the video informations from a link ? Thanx
– Sasuke Sama
Nov 21 at 21:37
try this saveclipbro.com
– Nour Alaas
Nov 21 at 21:47
add a comment |
Yes sir i will get a domain but first i need to sort this out ... I dont have access to the server currently thats why my biggest issue is knowing the format of the stream its probably m3u8 but since hls players didn't play it then maybe its not?
– Sasuke Sama
Nov 21 at 21:33
My best advice would be to get access to the video and convert it to a .mov with any online converter. The link is not working on my end so perhaps extracting the data from one site to another by redirection isn't working out. Good luck though
– Nour Alaas
Nov 21 at 21:36
Can you give me an app or a site that extract the video informations from a link ? Thanx
– Sasuke Sama
Nov 21 at 21:37
try this saveclipbro.com
– Nour Alaas
Nov 21 at 21:47
Yes sir i will get a domain but first i need to sort this out ... I dont have access to the server currently thats why my biggest issue is knowing the format of the stream its probably m3u8 but since hls players didn't play it then maybe its not?
– Sasuke Sama
Nov 21 at 21:33
Yes sir i will get a domain but first i need to sort this out ... I dont have access to the server currently thats why my biggest issue is knowing the format of the stream its probably m3u8 but since hls players didn't play it then maybe its not?
– Sasuke Sama
Nov 21 at 21:33
My best advice would be to get access to the video and convert it to a .mov with any online converter. The link is not working on my end so perhaps extracting the data from one site to another by redirection isn't working out. Good luck though
– Nour Alaas
Nov 21 at 21:36
My best advice would be to get access to the video and convert it to a .mov with any online converter. The link is not working on my end so perhaps extracting the data from one site to another by redirection isn't working out. Good luck though
– Nour Alaas
Nov 21 at 21:36
Can you give me an app or a site that extract the video informations from a link ? Thanx
– Sasuke Sama
Nov 21 at 21:37
Can you give me an app or a site that extract the video informations from a link ? Thanx
– Sasuke Sama
Nov 21 at 21:37
try this saveclipbro.com
– Nour Alaas
Nov 21 at 21:47
try this saveclipbro.com
– Nour Alaas
Nov 21 at 21:47
add a comment |
"they use a weird link" Huh?
– Alon Eitan
Nov 21 at 21:28
Well .. its my first time dealing with such usually they're m3u8 or ts but this one is new to me so yeah XD
– Sasuke Sama
Nov 21 at 21:31