logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Video Streaming with mod h264
Author
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Fri 11 Sep '15 18:41    Post subject: Video Streaming with mod h264 Reply with quote

Have any of you guys used mod_h264 for video streaming on Apache 2.4. Please share your experiences and configuration for video streaming.

http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2
https://www.apachehaus.net/modules/mod_h264_streaming/


Last edited by jimski on Sun 13 Sep '15 20:37; edited 2 times in total
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Sat 12 Sep '15 1:33    Post subject: Reply with quote

Yes I've used it, there was a link to a demo at the 2nd link you posted. Configuration in Apache is simple;
Code:
LoadModule h264_streaming_module modules/mod_h264_streaming.so
<IfModule h264_streaming_module>
AddHandler h264-streaming.extensions .mp4
</IfModule>


Anything beyond this is specific to whatever player you decide on.

These have not been tested but I have been using VC9 & 11 builds for some time so I cannot imagine there should be any problem with these VC14 builds.

Edit: see new link below


Last edited by glsmith on Mon 24 Oct '16 20:10; edited 1 time in total
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Sat 12 Sep '15 1:53    Post subject: Reply with quote

Very interesting glsmith, what kind of memory and CPU load do you see while streaming. I know that this depends on many factors but maybe you can give me some idea.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Sat 12 Sep '15 3:39    Post subject: Reply with quote

I have no idea. I don't get paid to watch my server status in hopes I catch someone streaming something. I don't have a website devoted to streaming, it's just a demo. That's not to say that I have not streamed anything of more substance, just not often and to only one person at any time.

The server has an Intel Atom, so it couldn't be much. It's just pushing the bits through the pipe. My problem is the pipe, it's not a water main but a sprinkler system.
Back to top
jimski



Joined: 18 Jan 2014
Posts: 196
Location: USSA

PostPosted: Sun 13 Sep '15 20:30    Post subject: Reply with quote

Gregg from https://www.apachehaus.com has build on my request VC14 version of mod_h264.

If anyone of you guys needs it then here is the link.
Please keep in mind that those builds have not yet been tested.

Moderator Edit: see newer link below.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 06 Jun '16 19:03    Post subject: Reply with quote

Since someone was looking for this yesterday and it has been moved to
https://www.apachehaus.net/modules/mod_h264_streaming/
Back to top


Reply to topic   Topic: Video Streaming with mod h264 View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules