View previous topic :: View next topic |
Author |
Message |
jpsollie Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 17 Aug 2013 Posts: 323
|
Posted: Mon Nov 20, 2017 8:42 am Post subject: apache server streaming |
|
|
Dear all,
I have a project whereby I'd like to live-stream the recorded movie of my marriage to an apache web server.
something like this:
Android phone -> server -> blob -> apache -> my brother who is at the other side of the earch
but I have no idea how I should do this. I read about RTSP between android and server, but no idea about how to forward the stream.
Any suggestions? _________________ The power of Gentoo optimization (not overclocked): [img]https://www.passmark.com/baselines/V10/images/503714802842.png[/img] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
DawgG l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/141141986446bd852be0016.jpg)
Joined: 17 Sep 2003 Posts: 874
|
Posted: Mon Nov 20, 2017 10:47 am Post subject: |
|
|
Quote: | I'd like to live-stream the recorded movie of my marriage to an apache web server |
do you want to live-stream (your device -> other device(s) while it' s happening) or do you want to show a recorded movie on other device(s) (=enable them to access a file)?
is apache a "hard dep"?
for the first case there are lots of programs for phones ("apps"); for the second case you have to upload it to your apache-server somehow and make it accessible in its filesystem and via its config. you can configure clients' access with everything between a simple file download and a fancy page with maybe an html5-player.
GOOD LUCK! _________________ DUMM KLICKT GUT. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jpsollie Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 17 Aug 2013 Posts: 323
|
Posted: Mon Nov 20, 2017 12:40 pm Post subject: |
|
|
if possible: both. It would be perfect to me if the livestream would be recorded by the media server for later use and that people following the event can enjoy the livestream.
apache is not a hard dep, but I thought it could be able to perform some php magic to handle the streams. _________________ The power of Gentoo optimization (not overclocked): [img]https://www.passmark.com/baselines/V10/images/503714802842.png[/img] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|