How do I stream flash video on desktop website like on mobile site? [on hold]
up vote
-1
down vote
favorite
In a bout of irony, 10 years later it seems that now videos on most websites are now easier to stream on mobile.
// Background:
My workplace has (rightly so) disabled flash on our computers due to numerous security nightmares. Unfortunately lots of major websites I browse to: TechCrunch, C|Net, The Verge, and many others still stream their video using clunky flash video containers. However when I browse to these same websites/articles on a mobile browser, I get a nice stream that opens up in the device's (Whether iOS or Android) native video player.
Given that VLC player exists to play almost anything, is there a way to replicate this experience on a desktop browser?
video browser streaming flash mobile-ui
put on hold as too broad by JakeGould, Máté Juhász, PeterH, music2myear, Anaksunaman 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-1
down vote
favorite
In a bout of irony, 10 years later it seems that now videos on most websites are now easier to stream on mobile.
// Background:
My workplace has (rightly so) disabled flash on our computers due to numerous security nightmares. Unfortunately lots of major websites I browse to: TechCrunch, C|Net, The Verge, and many others still stream their video using clunky flash video containers. However when I browse to these same websites/articles on a mobile browser, I get a nice stream that opens up in the device's (Whether iOS or Android) native video player.
Given that VLC player exists to play almost anything, is there a way to replicate this experience on a desktop browser?
video browser streaming flash mobile-ui
put on hold as too broad by JakeGould, Máté Juhász, PeterH, music2myear, Anaksunaman 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
In a bout of irony, 10 years later it seems that now videos on most websites are now easier to stream on mobile.
// Background:
My workplace has (rightly so) disabled flash on our computers due to numerous security nightmares. Unfortunately lots of major websites I browse to: TechCrunch, C|Net, The Verge, and many others still stream their video using clunky flash video containers. However when I browse to these same websites/articles on a mobile browser, I get a nice stream that opens up in the device's (Whether iOS or Android) native video player.
Given that VLC player exists to play almost anything, is there a way to replicate this experience on a desktop browser?
video browser streaming flash mobile-ui
In a bout of irony, 10 years later it seems that now videos on most websites are now easier to stream on mobile.
// Background:
My workplace has (rightly so) disabled flash on our computers due to numerous security nightmares. Unfortunately lots of major websites I browse to: TechCrunch, C|Net, The Verge, and many others still stream their video using clunky flash video containers. However when I browse to these same websites/articles on a mobile browser, I get a nice stream that opens up in the device's (Whether iOS or Android) native video player.
Given that VLC player exists to play almost anything, is there a way to replicate this experience on a desktop browser?
video browser streaming flash mobile-ui
video browser streaming flash mobile-ui
edited 2 days ago
fixer1234
17.3k144280
17.3k144280
asked Oct 29 '15 at 8:44
Aaron_H
991
991
put on hold as too broad by JakeGould, Máté Juhász, PeterH, music2myear, Anaksunaman 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by JakeGould, Máté Juhász, PeterH, music2myear, Anaksunaman 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
-2
down vote
The decision on what player to use is probably made server side, so you will have no control over it. What you can do is use a user-agent spoofing plugin to make the server think you are a mobile browser. But this may change how the whole page is rendered (again determined server side)
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-2
down vote
The decision on what player to use is probably made server side, so you will have no control over it. What you can do is use a user-agent spoofing plugin to make the server think you are a mobile browser. But this may change how the whole page is rendered (again determined server side)
add a comment |
up vote
-2
down vote
The decision on what player to use is probably made server side, so you will have no control over it. What you can do is use a user-agent spoofing plugin to make the server think you are a mobile browser. But this may change how the whole page is rendered (again determined server side)
add a comment |
up vote
-2
down vote
up vote
-2
down vote
The decision on what player to use is probably made server side, so you will have no control over it. What you can do is use a user-agent spoofing plugin to make the server think you are a mobile browser. But this may change how the whole page is rendered (again determined server side)
The decision on what player to use is probably made server side, so you will have no control over it. What you can do is use a user-agent spoofing plugin to make the server think you are a mobile browser. But this may change how the whole page is rendered (again determined server side)
answered Oct 29 '15 at 17:37
szatmary
1,647710
1,647710
add a comment |
add a comment |