Re: [FFmpeg-user] does ffmpeg support ffserver

2019-05-13 Thread Roger Pack
It lists a few streaming options here https://trac.ffmpeg.org/wiki/StreamingGuide FWIW. On Sat, Apr 6, 2019 at 8:21 AM qw wrote: > > Hi, > > > Thanks for your help. > > > Have you used python-librtmp to transfer rtmp stream? > > > Thanks > > > Regards > > > Andrew > > At 2019-04-01 06:13:19,

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-04-06 Thread qw
Hi, Thanks for your help. Have you used python-librtmp to transfer rtmp stream? Thanks Regards Andrew At 2019-04-01 06:13:19, "Michael Shaffer" wrote: >Here is the script I made for restarting the cameras.. Could alter it so it >lets you switch streams etc.. > > >import tkinter as tk

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-04-02 Thread andrei ka
with nginx you can recieve rtmp and convert it into hls without transcoding (nginx-rtmp-module, almost no cpu wasted on it). then you can run ffmpeg script taking that hls as a source and do whatever you need nginx/nginx-rtmp-module worked better on linux for me, on windoze it'd get weird

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-31 Thread Michael Shaffer
Here is the script I made for restarting the cameras.. Could alter it so it lets you switch streams etc.. import tkinter as tk from tkinter import * import mysql.connector import subprocess from subprocess import Popen, PIPE, STDOUT, call import threading import re import time top = tk.Tk() t =

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-31 Thread Michael Shaffer
Hmm I don't know. My python script basically just runs ffmpeg in a shell. It uses nethogs (in Ubunu) to measure how much bandwidth ffmpeg is using. If it drops below a certain level the script restarts the ffmpeg process. I also have different buttons for manually starting and stopping each of the

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-31 Thread qw
Hi, Does python's rtmp lib support switch two input rtmp streams, and relay one of them to destination rtmp address? Thanks! Regards Andrew At 2019-03-31 00:09:17, "Michael Shaffer" wrote: >I haven't used Nginx but I think it does rtmp relay. I used a python script >for relaying from

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-30 Thread Michael Shaffer
I haven't used Nginx but I think it does rtmp relay. I used a python script for relaying from my ip cameras to youtube.. On Sat, Mar 30, 2019 at 12:08 PM Michael Shaffer wrote: > Nginx > > On Sat, Mar 30, 2019 at 12:05 PM qw wrote: > >> Hi, >> >> >> Is there some active popular rtmp server

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-30 Thread Michael Shaffer
Nginx On Sat, Mar 30, 2019 at 12:05 PM qw wrote: > Hi, > > > Is there some active popular rtmp server that can relay rtmp stream? > > > > Thanks! > > > Regards > > > Andrew > > > > > At 2019-03-30 23:52:45, "Michael Shaffer" wrote: > >I don't think so. I think you have to use an older version

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-30 Thread qw
Hi, Is there some active popular rtmp server that can relay rtmp stream? Thanks! Regards Andrew At 2019-03-30 23:52:45, "Michael Shaffer" wrote: >I don't think so. I think you have to use an older version of ffmpeg. I >could never get ffserver to work right.. > >On Sat, Mar 30, 2019

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-03-30 Thread Michael Shaffer
I don't think so. I think you have to use an older version of ffmpeg. I could never get ffserver to work right.. On Sat, Mar 30, 2019 at 11:49 AM qw wrote: > Hi, > > > does ffmpeg 4 still support ffserver? > > > > Regards > > > Andrew > ___ >