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'm trying to send h264 encoded video as MPEG-TS over SRT but I'm a bit struggling on understanding on how to accomplish this?
My code looks following. Documentation hints that there's a TSWriter but I'm not sure how to use it properly.. Any ideas how to set the output to mpeg-ts over SRT?
`
//
// ViewController.swift
// srt over streamr
//
//
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Please describe your question
Hi all,
I'm trying to send h264 encoded video as MPEG-TS over SRT but I'm a bit struggling on understanding on how to accomplish this?
My code looks following. Documentation hints that there's a TSWriter but I'm not sure how to use it properly.. Any ideas how to set the output to mpeg-ts over SRT?
`
//
// ViewController.swift
// srt over streamr
//
//
import UIKit
import SRTHaishinKit
import HaishinKit
import AVFoundation
class ViewController: UIViewController {
}`
Beta Was this translation helpful? Give feedback.
All reactions