News on Video Streaming and more

Check out latest news, insights, and points of view about video software development, streaming market, and others.

Teltoo

Integration with Fastly

Access Fastly's dashboard and go the CONFIGURE tabSelect the service to which to enable HTTP byte servingClick the EDIT CONFIGURATION dropdown menu and select the version to editGo to the Content menu, shown in each gif  Set up CORS Select CREATE YOUR FIRST HEADER or + CREATE HEADERComplete the form with the following:Name: Allow CORS, or a descriptive name of your choosingType/Action: Response and SetDestination: httpAccess-Control-Allow-OriginSource: “”Ignore if set: Use the default optionPriority: Use the default optionClick Create to add the...

More
Teltoo

Integration with Nimble Streamer

If you are using Nimble Streamer as your media server to distribute your video, follow these steps: Go the Nimbleconf fileon Linux, go to /etc/nimble/nimbleconfon Windows, the file is located in the same directory as the main executableAppend the following headers into the configuration file access_control_allow_origin = access_control_allow_headers = Range Save the file and restart your Nimble instanceOn Linux use the following command to restart the server: sudo service nimble...

More
Teltoo

Integration with S3 (AWS)

For Hybrid Fetch to work with the storage service S3 from AWS, the following settings are the ones required: In your AWS administration console go to S3Go to the bucket where you want to apply the changesGo to permissionsIn permissions go to CORS configurationAdd the following XML configuration: <xml version="10" encoding="UTF-8"> <CORSConfiguration xmlns="http://s3amazonawscom/doc/2006-03-01/"> <CORSRule> <AllowedOrigin></AllowedOrigin> <AllowedMethod>GET</AllowedMethod>...

More
Teltoo

Integration with CloudFront (AWS)

In your AWS administration console go to CloudFrontSelect the distribution where you want to apply the changesSelect the Behaviors tabSelect the Behavior you want to change, and click editModify the following settings:Change Allowed HTTP Methods from the existing option to GET, HEAD, OPTIONSIn the Cached HTTP Methods setting, select OPTIONS The settings should look like this: IMPORTANT: These settings also require your backend to have HTTP byte...

More