You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think when the entry uses a custom delivery profile, it should use the delivery's url attribute, instead of its own baseUrl.
As a test, I'm creating a livestream entry (MANUAL) and leaving the baseUrl (in the test console, streamUrl) empty. The protocol used is RTMP. Kaltura is creating a manifest with the field "baseUrl" = "rtmp://" instead of my DeliveryProfile's URL.
The text was updated successfully, but these errors were encountered:
No, it's not exactly the same. The issue you're having is related to the configuration of the delivery profiles. Have you tried to do all the steps sharonadar told you to do? Also, don't forget to review that the delivery profile created manually has your partner (it's created with partner -2).
The issue I'm reporting is, when the application uses a delivery profile created by you (and it's working for me, I checked), It should ignore the baseUrl field (as well as the other URL fields) of the entry. It's more like a way of proceeding instead of a bug, but I think if you want to use a different baseUrl for your entry, you could do a general delivery profile where you don't introduce any url and therefore use everytime the field filled in the entry.
I think when the entry uses a custom delivery profile, it should use the delivery's url attribute, instead of its own baseUrl.
As a test, I'm creating a livestream entry (MANUAL) and leaving the baseUrl (in the test console, streamUrl) empty. The protocol used is RTMP. Kaltura is creating a manifest with the field "baseUrl" = "rtmp://" instead of my DeliveryProfile's URL.
The text was updated successfully, but these errors were encountered: