mark stream
Added by hacksat hacksat over 6 years ago
hello,
is it possible to add a sign on the broadcast channel via a stream profile?
Replies (37)
RE: mark stream - Added by hacksat hacksat over 6 years ago
hi, I mean to add a custom text come in this screenshot!
Screenshot_1.jpg (30.9 KB) Screenshot_1.jpg |
RE: mark stream - Added by saen acro over 6 years ago
And when this with is behind text move what will you do?
Use spawn profile to add text with ffmpeg.
RE: mark stream - Added by hacksat hacksat over 6 years ago
I do not have profiles in stream with the name of spawn
my version is HTS Tvheadend 4.1-2405~geb495a0~trusty
RE: mark stream - Added by saen acro over 6 years ago
RE: mark stream - Added by hacksat hacksat over 6 years ago
I'm sorry I did not understand the answer! so I should update tvh to another version?
RE: mark stream - Added by hacksat hacksat over 6 years ago
I saw the guide you sent me but for ubuntu server 14.04 it does not work
RE: mark stream - Added by hacksat hacksat over 6 years ago
thanks for the reply, now I have updated to the version
HTS Tvheadend 4.2.6-7 ~ g5613551
but this profile still do not see it maybe this version is not yet good to see the profile described above?spawn
RE: mark stream - Added by hacksat hacksat over 6 years ago
now i have HTS Tvheadend 4.3-1251~gf4ebe33
but i can't see the profile spawn
and I can not adjust the bitrate
RE: mark stream - Added by hacksat hacksat over 6 years ago
I do not know if I have something wrong but I miss that profile and now I do not see how to adjust the bitrate, is there anything to do that I have failed to do?
Screenshot_2.jpg (125 KB) Screenshot_2.jpg |
RE: mark stream - Added by hacksat hacksat over 6 years ago
yes i see now thanks
but the bitrate not work and can't create the profile spawn
RE: mark stream - Added by hacksat hacksat over 6 years ago
while if I want to use an existing profile simply adjusting the bitrate I see that it is not possible?
RE: mark stream - Added by hacksat hacksat over 6 years ago
would you kindly let me see an example of ffmpeg command as bitrate and adding a text?
RE: mark stream - Added by saen acro over 6 years ago
RE: mark stream - Added by hacksat hacksat over 6 years ago
thank you very very kind, I wanted to ask you if the ffmpeg command should be inserted into the space Command line:
I know some ffmpeg command but I have no idea how to insert it would suffice a small example to give me an imput
a small example of how ffmpeg is used here on tvh
ffmpeg -i
RE: mark stream - Added by hacksat hacksat over 6 years ago
I do not understand how to do this the ffmpeg command works
Do I need to create a file and recall it?
do I have to directly put the ffmpeg command in there?
RE: mark stream - Added by hacksat hacksat over 6 years ago
let's see if I understand how to use the custom ffmpeg command
I made a sh file like this: '/home/hts/ffmpeg/test.sh'
the file test.sh is:
#!/bin/bash
ffmpeg -analyzeduration 1M -probesize 1M -i pipe:0 -bitrate 3000k -bufsize 3000k -c:v libx264 -preset ultrafast -c:a aac -c:s copy -f mpegts pipe:1
now i add the path in tvheadend see --> Screenshot_4.jpg
but not work, there is not a simple guide to understand with some steps to follow?
Screenshot_4.jpg (84 KB) Screenshot_4.jpg |
RE: mark stream - Added by hacksat hacksat over 6 years ago
the ffmpeg command must be called or should it be placed directly inside the box in the tvh configuration screen?
RE: mark stream - Added by saen acro over 6 years ago
Spawn profile work with pipe
TVH >pipe> some app $parameters >pipe> TVH
RE: mark stream - Added by hacksat hacksat over 6 years ago
sorry but for me it is not clear, I have to put the command ffmpeg directly in this box? it works like this? I do not understand
see Screenshot_7.jpg
What do you mean by this?
TVH >pipe> some app $parameters >pipe> TVH
thanks
Screenshot_7.jpg (29.8 KB) Screenshot_7.jpg |
RE: mark stream - Added by hacksat hacksat over 6 years ago
could I have an example of something working? someone who uses this profile Spawn and what function? I saw a bit of stuff on the forum but I can not make it work