NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
rspierz
Mar 01, 2013Aspirant
HTTP Streaming... Only able to stream .mp4
So I have set up a web server with my video files using the http redirect. I am able to stream the .mp4 files no problem but streaming .avi or .mkv doesnt work at all, just downloads alot in the background. I was wondering if any one has some insight about this.
Thanks
Thanks
1 Reply
Replies have been turned off for this discussion
- rspierzAspirantive added these two entries for mkv and avi. The videos are still not rendering though...
</IfModule>
AddType application/x-tar .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType image/bmp .bmp
AddType text/x-hdml .hdml
AddType video/x-ms-asf .asf
AddType video/x-ms-asf .asx
AddType video/x-msvideo .avi
AddType video/quicktime .mov
AddType video/x-sgi-movie .movie
AddType video/mp4 .mp4
AddType video/mpeg .mpe
AddType video/mpeg .mpeg
AddType video/mpeg .mpg
AddType video/x-sgi-movie .mv
AddType video/vnd.mpegurl .mxu
AddType video/quicktime .qt
AddType video/x-rad-screenplay .vx
AddType video/x-ms-wm .wm
AddType video/x-ms-wmv .wmv
AddType video/x-ms-wmx .wmx
AddType video/x-ms-wvx .wvx
AddType video/x-matroska .mkv
AddType video/x-msvideo .avi
AddHandler cgi-script .cgi .sh .pl
</IfModule>
ive added these two entries for mkv and avi. The videos are still not rendering though...
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!