0

I am running FFMPEG package in my Window PC. I want to start live streaming part with FFSERVER. I didn't find any ffserver.exe files to download. I am running with the many query:

In FFMPEG document, there are ask to configuration ffserver.conf files. and its fetch from etc/ffserver/cong. How do i find this file and their location in my computer?

I want simple basic step to run ffserver on window.

Thanks

Digant
  • 13
  • 1
  • 3

1 Answers1

2

As far as I know ffserver is not available in the Windows builds:

ffserver (Linux only, though with Cygwin it might work on Windows)

Source

There are a number of open-source streaming servers available covering multiple protocols.

aergistal
  • 29,947
  • 5
  • 70
  • 92
  • Can you tell me the open-source streaming server name which i can use? – Digant Dec 17 '15 at 07:10
  • @Digant Sure, what live-streaming protocol do you need? – aergistal Dec 17 '15 at 10:19
  • I have CodeIgnetor Website, I have user who can create live stream event and multiple people can watch it. but it can within website. no third party application. I need code or open source so i can integrate it. – Digant Dec 18 '15 at 09:41
  • @ aergistal, I have tired this but there is no proper step to integrate it. i mean which software is download, how to run this in local...where to setup folder/files. can you help me for ? – Digant Dec 18 '15 at 10:17
  • @Digant Forgot you're on Windows. Try [Red5](http://red5.org/) or [OBS](https://obsproject.com/). – aergistal Dec 18 '15 at 10:30
  • I am fine with linux also..i can transfer my server to VPS. can you guide me? digantdave09@gmail.com – Digant Dec 18 '15 at 10:46