Patrick Keroulas

Results 26 comments of Patrick Keroulas

Do you have a response for this command? `curl http://[your Embrionix IP here]/emsfp/node/v1/sdp/`

1. can you ping that device? 2. can you explore the device in your browser?

From the script description: `get_sdp.py - helper script to fetch SDP file from Embrionix sender` so it uses Embrionix (now Riedel) API. If your PC is serving an NMOS node,...

It's going to be hard: https://www.riedel.net/index.php?id=629 What are you trying to achieve? Do you have any ST 2110 source?

ffmpeg takes an SDP as input, right. But you won't get any SDP from your PC. Take that [sample](https://github.com/pkeroulas/st2110-toolkit/blob/master/doc/sdp.sample), strip the audio (225.0.1.16) and the ancillary (225.17.0.16), and modify the...

Hi, if your source is a software running on a regular PC, you won't magically get a SDP from there. You'd rather have to craft the SDP from the example...

Hello, The command given in README `./install.sh ` is for documentation. You have to choose which part of the toolkit you want to install. If you're interested in the `ffmpeg`...

I rarely install from scratch and you might encounter some errors depending you distribution.

I don't have install issue on Centos 8, can you `git pull`? And please, can you give me the exact command that actual fails and the output before the error...