wowza

Secure pseudo-streaming flv files

此生再无相见时 提交于 2019-12-18 12:44:53
问题 We use RTMP to secure stream media content through Wowza and it works like a charm. Wowza is really strong and robust media-server for a business purpose. But we met a problem, it's getting bigger every day for us. A lot of new customers can't use RTMP by their firewall rules, and it's a problem to deliver a business media content for them. But everybody has no problems with http pseudo-streaming or just progressive, like it does youtube or vimeo . So we should do the same, but provide secure

Why smil file is not working with RTMP both in wowza and jwplayer?

家住魔仙堡 提交于 2019-12-13 19:52:39
问题 I am using wowza streaming engine and jw player to show the stream and working fine. But i want to control bitrate of a video so that user can see the video without much buffering. So i searched in stackoverflow and found following link. Bitrate JWplayer Then i created my myVideo.smil file according to above link. Then i go to wowza to test. It is working in MPEG DASH http://192.168.0.106:1935/vod/smil:myVideo.smil/manifest.mpd and also ADOBE HDS http://192.168.0.106:1935/vod/smil:myVideo

Record videoconference application to flv

和自甴很熟 提交于 2019-12-13 05:01:05
问题 I've spent plenty of time solving this problem, but it looks like I need some help. I have a web conference application which provides ability to stream live video, chat, share documents, draw on a whiteboard, share desktop, etc. And now I want to record everything that happens in taken separately so called webinar , including video and sound. So I'm looking for tools that can help with this goal. Here's input data: This is Adobe Flash based application Using wowza server Everything should be

Wowza.GoCoder not working with org.bytedeco.javacv.FFmpegFrameRecorder

北战南征 提交于 2019-12-13 02:55:59
问题 I am working with code from https://github.com/bytedeco/sample-projects/blob/master/JavaCV-android-example/app/src/main/java/org/bytedeco/javacv_android_example/record/RecordActivity.java. Demo working fine I want to use wowza.gocoder with FFmpeg so by only add wowza dependancy in app.gradle then demo application crash at run time as screenshot here is my app.gradle file apply plugin: 'com.android.application' android { compileSdkVersion 29 buildToolsVersion "29.0.1" defaultConfig {

How can i reduce latency in HLS streaming with Wowza

别来无恙 提交于 2019-12-13 02:34:10
问题 i have live stream Wirecast to Wowza. In Wowza transcoder i have only 360p and 720p streams. In my dedicated server i don't have GPU. Now when i use HLS playback streaming latency average 15-20 seconds. I think this is unusual and i want to reduce this to 5-10 seconds. How can i do this on Wowza? Here is my server features: CPU: Intel® Xeon® E5-1650 v3 Hexa-Core Haswell incl. Hyper-Threading Technology RAM: 256 GB DDR4 ECC RAM Hard Drive: 2 x 480 GB SATA 6 Gb/sData Center Series SSD (Software

Sending live video stream to wowza streaming engine with Android devices

我是研究僧i 提交于 2019-12-12 12:22:52
问题 I want to send live video stream from my android device to wowza streaming engine. I am using sample in this blog but I can not see the result on Test Players page. Do I need to have a web server serving a page with a video player pointed to this video/app on wowza? 回答1: I found this little (but very useful) library with three examples: libstreaming It works like a charm! Easy to install and develop. 回答2: Main point is to look at Wowza logs to understand if stream was successfully published

WOWZA to IOS - How to Live Stream

爷,独闯天下 提交于 2019-12-11 12:49:25
问题 So far i almost developed a Flash Air for IOS App and i was 50% done. I got all the live streaming to work with RED5 Media Server but came to a Dead End when i found that the iPhone Camera was displaying 90 degrees so the stream being sent and saved to the RED5 Server was also recorded 90 degrees. I read lots of articles online even on Stack Overflow that this is a known Bug. Not sure when this will be fixed. I also tried some ANE Air Native Extensions that would work the camera rotation in

JWPlayer quality button disappear with WOWZA MPEG DASH videos

点点圈 提交于 2019-12-11 11:44:15
问题 I install and configured the Wowza server and it is working fine as following screenshot: After that I copied the MPEG DASH URL and I tested on jwplayer (they have a page to test MPEG DASH videos: http://www.jwplayer.com/innovation/roadmap/mpeg-dash) as following and it is working: The JWPlayer has a quality selector button by default, but when I used the wawza default video sample, the quality button disappears! 回答1: The reason why you don't see the quality selector button in JWPlayer is

Wowza VOD App with JW Player and SMIL file - not working on mobile

◇◆丶佛笑我妖孽 提交于 2019-12-11 10:07:45
问题 I posted this in the wowza forums but have gotten a total of 0 responses, so I wanted to post here as well. I haven't done a lot of media streaming work and I'm trying to close out some details of a VOD project that basically streams video to a website and have run into an issue with enabling the correct stream to go to the correct consumer (ex: android browser, chrome desktop browser, iOS, etc). I've cycled through a bunch of tutorials, forums, etc and can't find the right fix, including

Does iOS support anything outside of HTTP Live Streaming?

戏子无情 提交于 2019-12-11 02:55:23
问题 If streaming video to an iOS device, do I have to use HTTP Live Streaming? Is HDS supported? The problem is we have limited storage space and HTTP Live Streaming would require us to have more video files. Can someone give me some elucidation on these matters? 回答1: iOS devices support HTTP progressive download for .mp4 files, the server could be simply Apache or Nginx. The user experience is quite similar to HTTP live streaming. RTSP is also possible. You can migrate live555 to iOS platform as