wowza

Dynamic rtmp streaming with jwplayer

↘锁芯ラ 提交于 2019-12-11 02:09:02
问题 I am trying to publish dynamic RTMP stream with javascript and php. I want to get stream name from url and publish the stream on my web player (jwplayer) like xxx.com/watch.php?chanel=music I want to use the music as my stream name and want to show the stream with my jwplayer. Suppose my rtmp hosting is rtmp://xx.yy.zz.yy:1987/live Now I want to get the stream name music from the url and publish the full stream rtmp://xx.yy.zz.yy:1987/live/music through jwplayer dynamically. if someone hit

How to check whether LiveStream (Audio Only) is up on Wowza or not?

痴心易碎 提交于 2019-12-11 00:06:53
问题 I am streaming from Wowza to Mobile (Android) . I am using Vitamio streaming library. The actual flow is like, Wowza don't have live stream up, when my app hits the Wowza, but after a while Wowza gets live stream up. Now I again want to hit the Wowza to check whether live stream up or not. All I want is, my app should hit the Wowza in every 5 sec to check the stream up or not. 回答1: It sounds like you just need to query your Wowza server to see if your stream is active or not. If so, then you

video on demand streamin with jwplayer wowza android issue

女生的网名这么多〃 提交于 2019-12-10 13:30:01
问题 I try to make jwplayer work on android phone when I put rtsp protocol file source it work fine in android but display an error that file can not be played in iOS and PC without rtsp file source work on pc and iOS fine with rtsp file source work only in android jwplayer("mediaplayer").setup({ playlist: [{ sources: [ {file:'rtmp://localhost:1935/vod/mp4:dexter.mp4'}//used it to PC , {file:'rtsp://localhost:1935/dexter/dexter.mp4'}// used it to android, {file:'http://localhost:1935/vod/mp4

ffmpeg rtmp streaming issue

老子叫甜甜 提交于 2019-12-10 12:32:55
问题 I am trying to stream my webcam video using the ffmpeg to wowza media server on linux.. ffmpeg -re -f video4linux2 -i /dev/video0 -acodec libfacc -vcodec libx264 -f h264 rtmp://localhost:1935/live/test This is the command I used for some reason it doesn't seem to work as I am not able to run the example that came with wowza. I tried using flash media live encoder to send a rtmp to my wowza server and it works. Any pointers on how to solve this problem. I build ffmpeg from their git repo with

WOWZA LiveAutoRecord

微笑、不失礼 提交于 2019-12-10 00:50:27
问题 I am tired of one problem so please make things clear to me. Please read these following three points and help me out. (1) I have simply followed this https://www.wowza.com/docs/how-to-start-and-stop-live-stream-recordings-programmatically-livestreamrecordautorecord-example#documentation I have attached my Application.xml. Now when I publish live stream name "test1" via FMLE it get recorded on server but when I run different instance of FMLE on different PC and publish live stream name "test2

Bitrate JWplayer

北慕城南 提交于 2019-12-08 03:35:00
问题 I am having trouble to make jwplayer work with different bitrates. For each video, I am creating new output files with different suffixes that have lower bitrates: For instance, Output 1 (high bitrate): test-original.mp4 Output 2 (medium bitrate): test-medium.mp4 Output 2 (low bitrate): test-low.mp4 The output file names are dynamic as the users can upload as many different video files as they want. jwplayer configuration: jwplayer('video-container').setup({ 'sources':[ {'file': "rtmps://" +

WOWZA + RTMP to play on Multiple Devices?

徘徊边缘 提交于 2019-12-06 06:11:41
问题 I'm still a newbie to Wowza/Streaming but when i setup everything (RHEL + Wirecast), i can somehow stream-out/broadcast from my home pc to EC2 Server. As i followed according to Wowza Live-Streaming Tutorial, i used RTMP and after that all i got FOR PUBLIC (Viewer) side are: rtsp ://xx.xx.xx.xx:1935/live/myStream http ://xx.xx.xx.xx:1935/live/myStream/playlist. m3u8 That means, i can ONLY PLAY via Flash and iOS. But on Androids and Windows Phones , there is NO FLASH supported. Now my very

upload files to wowza from android

强颜欢笑 提交于 2019-12-05 01:16:10
问题 I have installed wowza server and able to play files from client side using video view in android now i have to record video and have to upload files to wowza server. how to write server side app? and how to connect that from android code? does any one have any experience in that?. 回答1: There is nothing in Wowza built in to do this. You could use scp and an app like this https://play.google.com/store/apps/details?id=com.perdeas.droidscp&hl=en to get the files up there. Another idea would be

WOWZA + RTMP to play on Multiple Devices?

血红的双手。 提交于 2019-12-04 09:04:22
I'm still a newbie to Wowza/Streaming but when i setup everything (RHEL + Wirecast), i can somehow stream-out/broadcast from my home pc to EC2 Server. As i followed according to Wowza Live-Streaming Tutorial, i used RTMP and after that all i got FOR PUBLIC (Viewer) side are: rtsp ://xx.xx.xx.xx:1935/live/myStream http ://xx.xx.xx.xx:1935/live/myStream/playlist. m3u8 That means, i can ONLY PLAY via Flash and iOS. But on Androids and Windows Phones , there is NO FLASH supported. Now my very basic questions are (may be i'm missing out something, but): When i stream RTMP , do i only get two such

How to Live stream with HTML5, without Flash?

可紊 提交于 2019-12-03 11:04:49
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 possible for me to send the stream to the broadcasting servers like Wowza(So that they can then