Re: [FFmpeg-user] OBS multicast

2014-12-04 Thread Eric Lovelace
Joseph Curtin writes: > I've had success with the overview you've laid out. But I didn't have > ffserver. > My VLC was talking to ngnix directly. > > Cheers, > -Joseph Curtin > On Dec 4, 2014 10:13 AM, "Eric Lovelace" > wrote: > > > H

Re: [FFmpeg-user] OBS multicast

2014-12-04 Thread Eric Lovelace
Zenny writes: > > Except for compositing like chroma, ffmpeg can stream too. > > Do you have any reason to use OBS except for chroma matte? > > On 12/4/14, Eric Lovelace wrote: > > Hello all, > > > > My goal is to create a live stream using OBS and play it

[FFmpeg-user] OBS multicast

2014-12-04 Thread Eric Lovelace
Hello all, My goal is to create a live stream using OBS and play it on many in-house machines using multicast. Right now my attempt looks like: [OBS] -> [nginx w/ rtmp module] -> [ffserver/ffmedia with rtp] -> [any client; I've tried vlc, quicktime, ffplay] I keep running into issues and I hav

[FFmpeg-user] RTP Multicast doesn't play

2014-11-24 Thread Eric Lovelace
Hello all, I am attempting to take an rtmp stream and push it out over multicast. It appears like it is working on the server end and I can see the packets pushed out; however the video does not play in any player. If I run wireshark on the receiving machine I can see the rtp packets arriving

[FFmpeg-user] FFM moving time segment

2014-11-18 Thread Eric Lovelace
Hello, I am trying to send an rtp multicast of a stream with the configuration below. It works; however, when the max file size is reached (or the disk fills up if that parameter is excluded from ffmpeg) the program ends. The desired behavior would be to just keep a small section of the stream