wowza

Video streaming/recording solution ( Wowza Streaming Engine + Flash Media Live Encoder)

被刻印的时光 ゝ 提交于 2019-12-25 18:55:09
问题 I am working on a php based web application where I need the end user to be able to record video response through the application using his webcam and then that video gets stored to my server. I have been looking into Wowza streaming Engine for sometime now and have been able to figure out that I need a streaming engine and an encoder to successfully stream a video . Using Adobe Flash media live encoder (thanks to my mate jolumg) I was able to stream live video on my locally installed Wowza

How to schedule streaming with Wowza Streaming Engine

左心房为你撑大大i 提交于 2019-12-25 02:06:21
问题 I am trying to schedule a playlist on a Wowza server, so that videos get played successively (like a TV channel). I started following this tutorial : http://www.wowza.com/forums/content.php?145-How-to-schedule-streaming-with-Wowza-Streaming-Engine-%28ServerListenerStreamPublisher%29 In /usr/local/WowzaStreamingEngine/conf/Server.xml I added this in ServerListeners : <ServerListener <BaseClass>com.wowza.wms.plugin.collection.serverlistener.ServerListenerStreamPublisher</BaseClass> <

Use only audio track from video stream

为君一笑 提交于 2019-12-24 12:50:25
问题 I am using Wowza Engine where I have some video streams, live and on-demand files. I use HLS and RTMP streaming. The issue is that for some clients I would like to offer only the audio track, not the audio+video. I think I can do that using the transcoding module of Wowza, but I would like to know if there is a simpler way of doing this. I do not know maybe using a special smil, or prefix. 回答1: You can specify an audio track by using the audio index. To play back the first track, add

wowza java high cpu usage

一曲冷凌霜 提交于 2019-12-24 10:38:59
问题 I have problem about cpu usage in wowza. this is doubtful thread. this thread is took high cpu. SocketAcceptorIoProcessor-1.0 prio=10 tid=0x0000002a9fb53000 nid=0x2428 runnable [0x000000004f017000] java.lang.Thread.State: RUNNABLE at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:210) at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:65) at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69) - locked

how to streaming h.264 video send to WOWZA using rtsp with live555

风流意气都作罢 提交于 2019-12-24 06:45:38
问题 I am new for capturing video, encoding in h.264, WOWZA server. I have checked so many solutions on stack-overflow and google but not get perfect that I can use. Basic functionality: continue capturing from iPhone (Video should be in h.264 encoded) using live555 library, generate RTSP url send that same video to WOWZA server for live-broadcast video Note: Video should be continuously play on server from iphone device without major delay. My Question: How to capture video which is encoded in h

RestTemplate--> Exchange produces: 422 Unprocessable Entity

旧城冷巷雨未停 提交于 2019-12-24 03:25:20
问题 I am using Spring Boot 2.0.5.RELEASE and trying to make POST request by Response Template#Exchange , below is my code where I also need too pass headers with some custom keys. RestTemplate restTemplate = new RestTemplate(); MultiValueMap<String, String> headers = new LinkedMultiValueMap<>(); headers.add("key1", "key1"); headers.add("key2", "key2"); headers.add("Content-Type", MediaType.APPLICATION_JSON_VALUE); HttpEntity<Object> request = new HttpEntity<Object>(myObject, headers);

WOWZA + RTMP + HTML5 Playback?

Deadly 提交于 2019-12-23 23:42:42
问题 I have Wowza and testing RTMP streaming. Now as in Wowza RTMP Example, i can now: Playback via Flash http://www.wowza.com/gettingstarted Server: rtmp://xx.xx.xx.xx:1935/live Stream: myStream Playback via HTML5 for iOS <video x-webkit-airplay="allow" type="video/m3u8" src="http://xx.xx.xx.xx:1935/live/myStream/playlist.m3u8" /> So means, til now, i can playback via: Flash (I DON'T WANT IT IN THE END) iOS HTML5 So how to make it to play on: HTML5 for non iOS Browsers? For iOS on HTML5: <video x

Speech-to-text from a LIVE stream [closed]

扶醉桌前 提交于 2019-12-23 22:12:09
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I have a Java application and I want to transcribe, not a file, but a LIVE stream(rtmp:// or m3u8) that is being served by Wowza. Is that possible? Thank you PS: I'm willing to pay any of those cloud services that offer audio transcription, but the ones I've seen don't seem to have this functionality. 回答1: There

How to Live stream with HTML5, without Flash?

爱⌒轻易说出口 提交于 2019-12-21 03:42:29
问题 The Problem : I need my clients to be able to stream their webcam to my streaming server(for instance Wowza server). I am building my site in PHP. I have gone through various streaming sites like twitch.tv, livestream.com and found that they all use third party broadcasting software like Wirecast, XSplit broadcaster, OBS etc to stream the Webcam feeds to the server. Then I came across sites like vLine, Opentokrtc that uses WebRTC for Video chat. My Question : So, my question is that, is it

Dynamic smil file with videojs and wowza for HLS

岁酱吖の 提交于 2019-12-20 07:13:51
问题 I am using wowza with amazon ec2 and I uploaded one smil file in amazon for testing. For videojs flash player, I am able to do multiple bitrate Http live streaming( HLS ) using video-js-swf plugin and a smil file. For all videos I need to create smil file and have to upload to amazon, and it takes lots of time. Is there any way to use multiple rendition files only(without creating smil file and upload to amazon ec2 )? 回答1: I removed wowza server configuration and created script which