Meilleur auteur de réponses
how to download live video stream (TS File)

Question
-
hi all,
i want to make "ts" player by display video in picture box
i read about ts file and i know player download small package then Display them sequentially
so i want to do something like that ...
samedi 16 juin 2018 10:56
Réponses
-
The LEADTOOLS Multimedia Toolkit (https://www.leadtools.com/sdk/multimedia) has Windows controls that can be used to take the live stream as an input and play it back, or save it into multiple video formats if you want. (Disclaimer: I am an employee of the vendor of this toolkit).
The code to use this control in would look like this:
string TSStreamURL = "udp://109.236.82.41:2086/live/korea_mdrqcs/7bMa1ZKA/187.ts"; PlayCtrl.SourceFile = TSStreamURL; PlayCtrl.Run();
- Marqué comme réponse Ahmed_Soft3 samedi 12 décembre 2020 00:15
jeudi 12 juillet 2018 16:32
Toutes les réponses
-
By TS files, do you mean the MPEG2 files on a DVD? Any of the major media player components should be able to play that. Have you looked at any embedded media player samples?
Tim Roberts, Driver MVP Providenza & Boekelheide, Inc.
dimanche 17 juin 2018 07:23 -
i mean something like that
I know i can to open this steam using window media player Or VLC Player
but WMP is very slowly in connection and buffer if bad internet connection
and vlc usually stop and display gray screen
So i want to make me own player by download small package then Display them sequentially
Note " i try to using player "exoplayer" its very faster in connect to stream but exoplayer run on android only "- Modifié Ahmed_Soft3 dimanche 17 juin 2018 22:20
dimanche 17 juin 2018 22:17 -
Hi Ahmed,
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
mercredi 20 juin 2018 08:03 -
The LEADTOOLS Multimedia Toolkit (https://www.leadtools.com/sdk/multimedia) has Windows controls that can be used to take the live stream as an input and play it back, or save it into multiple video formats if you want. (Disclaimer: I am an employee of the vendor of this toolkit).
The code to use this control in would look like this:
string TSStreamURL = "udp://109.236.82.41:2086/live/korea_mdrqcs/7bMa1ZKA/187.ts"; PlayCtrl.SourceFile = TSStreamURL; PlayCtrl.Run();
- Marqué comme réponse Ahmed_Soft3 samedi 12 décembre 2020 00:15
jeudi 12 juillet 2018 16:32 -
I am not sure whether Joyoshare Screen Recorder is what you want. It is able to download live streaming videos and save in DVD-video format. Are you looking for something like this? Sorry if I misunderstood your question.jeudi 10 décembre 2020 03:09