You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Hi all, I wanted to try out the janus-pp-rec, so I have updated my janus version, checked I had all the dependencies for janus-pp-rec, did a configuration with "./configure --enable-post-processing " then a make and a make install. The .o are generated but the binary file is not. I've tried to look into the makefile and failed to find the place where he generates the binary, I wonder if it is missing, and if there's any easy way, any command I can run to compile it myself.
Thanks in advance,
Sincerely
Sérgio Santos
Lorenzo Miniero
unread,
Jun 3, 2016, 6:31:13 AM6/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
The binary is in the root project folder, where the main janus executable file is. Both end up in the bin folder of your prefix when you do a make install.
L.
Sérgio Santos
unread,
Jun 3, 2016, 7:31:46 AM6/3/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
Thanks Lorenzo, problem solved. For some reason I failed to find it earlier and now it's there, I feel like a total noob. One thing I forgot to mention, during the installation I did came across another problem that I solved. In "pp-webm.c" and "pp-h264.c" there's a reference to a constant "PIX_FMT_YUV420P" that in the new version of the FFMPEG library is set as "AV_PIX_FMT_YUV420P".
Oscar Vadillo
unread,
Jun 24, 2016, 4:51:29 AM6/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
I am trying to generate the janus-pp-rec executable but when I make ./configure --enable-post-processing --disable-rabbitmq appear this error: (Link gist)
Why I have not installed those libs?
Thanks in advanced. Regards
Lorenzo Miniero
unread,
Jun 24, 2016, 4:54:55 AM6/24/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meetecho-janus
The post processor requires those additional libraries.