Skip to content

Commit

Permalink
update custom dataSouce
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Aug 27, 2020
1 parent c8398b4 commit a3181d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import tv.danmaku.ijk.media.exo2.IjkExo2MediaPlayer;
import tv.danmaku.ijk.media.player.IMediaPlayer;

import com.example.gsyvideoplayer.source.GSYExoHttpDataSourceFactory;
import com.example.gsyvideoplayer.exosource.GSYExoHttpDataSourceFactory;
import com.google.android.exoplayer2.DefaultLoadControl;
import com.google.android.exoplayer2.source.MediaSource;
import com.google.android.exoplayer2.source.hls.HlsMediaSource;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.gsyvideoplayer.source;
package com.example.gsyvideoplayer.exosource;

import android.net.Uri;
import android.text.TextUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.example.gsyvideoplayer.source;
package com.example.gsyvideoplayer.exosource;

import com.google.android.exoplayer2.upstream.HttpDataSource;
import com.google.android.exoplayer2.upstream.HttpDataSource.BaseFactory;
Expand Down

0 comments on commit a3181d7

Please sign in to comment.