Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class SelectionActivity extends Activity {

private static final String VIDEO_URL = "https://tungsten.aaplimg.com/VOD/bipbop_adv_fmp4_example/master.m3u8";
private static final String VIDEO_URL = "http://techslides.com/demos/sample-videos/small.mp4";

@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/java/com/tubitv/media/models/MediaModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public boolean isAd() {
}

public String getMediaExtension() {
return "m3u8";
return null;
}

public MediaSource getMediaSource() {
Expand Down