OD Injection Issue since last update

Luca

Member
HI

We have recently installed the latest version of Flashphoner 5.2.1690 and OD injection into a stream is not working anymore

I have found out that now a new method is used called inject2, but now it always tells me that the file I am trying to inject cannot be found even if its exactly the same file I could inject before the upgrade using the inject method.

Can you please help with figuring out what the issue is please?

Thanks
Luca
 

Max

Administrator
Staff member
Hello

5.2.1690 uses new injector implementation by default.

Try

Code:
use_new_injector=false
Please provide related error logs. We will try to reproduce issue in our environment.
You can provide logs right here or via the private form

Collect error report. It will help us to fix the issue.
 

Luca

Member
Hello

5.2.1690 uses new injector implementation by default.

Try

Code:
use_new_injector=false
Please provide related error logs. We will try to reproduce issue in our environment.
You can provide logs right here or via the private form

Collect error report. It will help us to fix the issue.
Report sent

Please let me know if anything else is needed

Thanks
 

Max

Administrator
Staff member
Please enable the old stream injector implementation by the following parameter (WCS restart required)
Code:
use_new_injector=false
Then use /stream/inject/startup to inject VOD stream (not inject2!).
We also raised the ticket WCS-3863 to implement VOD inject function in new stream injector.
 
Top