bilibili / bilibili/ijkplayer

Fetching videos from TCP server before Decoding using codec module

Open
#3,973 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
33.2k
Forks
8.2k
PR merge metrics
No merged PRs in 30d

Description

Can anyone please tell me how can I fetch the video from the tcpserver first from the codec module then run the decoding script?

I am trying to use the TCP part pointed in the picture in the easymovietexture just using
**tcp://serverIPAdrress:portno/filename**

but the request going to the server, server is sending the file but the file is not getting stored in the client phone and for that reason its not also decoded.

Can anyone please help me how to fetch the video using this portion of code and use the fetched video correctly for decoding purpose?
n.b.- TCPserver code is working completely fine.

![screenshot 9](https://user-images.githubusercontent.com/20827182/35484439-9e73dd50-0404-11e8-96a3-f19770f095ff.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no file or test. Start with the TCP section shown in the attached screenshot and trace the client-side fetch, storage, and decoding flow; done means the received video is stored on the phone and then decoded.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, c
Domain
audio-video-rtc, mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.